Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2885)

Unified Diff: chrome/common/pref_names.h

Issue 33863002: Added pref for snapshot document collapsed state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 59d82f0b5732f1119c59be38f7ff7a743e5e9e7d..2b21f0c0311dbead96145fa31a9af14399e97d14 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -570,6 +570,9 @@ extern const char kExtensionStorageGarbageCollect[];
extern const char kNtpTipsResourceServer[];
extern const char kNtpCollapsedForeignSessions[];
+extern const char kNtpCollapsedSnapshotDocument[];
Pam (message me for reviews) 2013/11/02 08:27:25 nit: alphabetize (the whole kNtp section, I notice
apiccion 2013/11/03 17:52:59 Done.
+extern const char kNtpCollapsedRecentlyClosedTabs[];
+extern const char kNtpCollapsedSyncPromo[];
extern const char kNtpMostVisitedURLsBlacklist[];
extern const char kNtpPromoResourceCacheUpdate[];
extern const char kNtpDateResourceServer[];

Powered by Google App Engine
This is Rietveld 408576698