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

Unified Diff: chrome/common/chrome_switches.h

Issue 2537503002: [Prerender] Get the prerender mode from Finch field trial. (Closed)
Patch Set: Feature API Created 4 years 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/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 20b9d03c7d9c4706d1ae2d174ae6e01a264cae73..a0f1670ab992d210c01842890ade556275afa8be 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -215,11 +215,6 @@ extern const char kPrerenderFromOmnibox[];
extern const char kPrerenderFromOmniboxSwitchValueAuto[];
extern const char kPrerenderFromOmniboxSwitchValueDisabled[];
extern const char kPrerenderFromOmniboxSwitchValueEnabled[];
-extern const char kPrerenderMode[];
-extern const char kPrerenderModeSwitchValueDisabled[];
-extern const char kPrerenderModeSwitchValueEnabled[];
-extern const char kPrerenderModeSwitchValuePrefetch[];
-extern const char kPrerenderModeSwitchValueSimpleLoad[];
extern const char kPrivetIPv6Only[];
extern const char kProductVersion[];
extern const char kProfileDirectory[];

Powered by Google App Engine
This is Rietveld 408576698