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

Unified Diff: chrome/common/chrome_switches.h

Issue 961443002: Three way experiment for "Show saved copy" button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histograms fix Created 5 years, 10 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
« no previous file with comments | « chrome/browser/errorpage_browsertest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 87f1e062bd3379429a393c088331d4e576da6a7c..6b520c5d0faec532925927131b569122159ad167 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -138,8 +138,6 @@ extern const char kEnableNewBookmarkApps[];
extern const char kEnableNpnHttpOnly[];
extern const char kEnableOfflineAutoReload[];
extern const char kEnableOfflineAutoReloadVisibleOnly[];
-extern const char kEnableOfflineLoadStaleCache[];
-extern const char kDisableOfflineLoadStaleCache[];
extern const char kEnableOutOfProcessPdf[];
extern const char kEnablePanels[];
extern const char kEnablePdfMaterialUI[];
@@ -286,6 +284,10 @@ extern const char kSilentLaunch[];
extern const char kSetToken[];
extern const char kShowAppList[];
extern const char kShowIcons[];
+extern const char kShowSavedCopy[];
+extern const char kEnableShowSavedCopyPrimary[];
+extern const char kEnableShowSavedCopySecondary[];
+extern const char kDisableShowSavedCopy[];
extern const char kSigninProcess[];
extern const char kSimulateElevatedRecovery[];
extern const char kSimulateUpgrade[];
« no previous file with comments | « chrome/browser/errorpage_browsertest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698