all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 42363805bc4dc851383b57aba828fb942f5c81c8 468 bytes (raw)
name: gnu/packages/patches/chromium-remove-default-history.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
Don't pre-populate the New Tab Page for new profiles.

--- a/chrome/browser/history/top_sites_factory.cc
+++ b/chrome/browser/history/top_sites_factory.cc
@@ -74,7 +74,7 @@
 
 void InitializePrepopulatedPageList(
     history::PrepopulatedPageList* prepopulated_pages) {
-#if !defined(OS_ANDROID)
+#if 0
   DCHECK(prepopulated_pages);
   prepopulated_pages->reserve(arraysize(kRawPrepopulatedPages));
   for (size_t i = 0; i < arraysize(kRawPrepopulatedPages); ++i) {

debug log:

solving 42363805b ...
found 42363805b in https://yhetil.org/guix/87tvo9c6cs.fsf@fastmail.com/

applying [1/1] https://yhetil.org/guix/87tvo9c6cs.fsf@fastmail.com/
diff --git a/gnu/packages/patches/chromium-remove-default-history.patch b/gnu/packages/patches/chromium-remove-default-history.patch
new file mode 100644
index 000000000..42363805b

1:12: trailing whitespace.
 
Checking patch gnu/packages/patches/chromium-remove-default-history.patch...
Applied patch gnu/packages/patches/chromium-remove-default-history.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 42363805bc4dc851383b57aba828fb942f5c81c8	gnu/packages/patches/chromium-remove-default-history.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.