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

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: Refactor Created 7 years, 2 months 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 e766126850d1ad65cccb0cdd95f18be6efb817c0..4e48a3d250b8e078cf6dbf35d908c6263b55000c 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[];
+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