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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2668553003: Instant Apps: Remove experiment. (Closed)
Patch Set: Rebase Created 3 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/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ca329820e2795eeed6359c1f58f5210b6321e359..59a586133625eb3514602bea266cb65d083f0268 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -873,9 +873,6 @@ const char kLocalNtpReload[] = "local-ntp-reload";
// Android authentication account type for SPNEGO authentication
const char kAuthAndroidNegotiateAccountType[] = "auth-spnego-account-type";
-// Disable App Link.
-const char kDisableAppLink[] = "disable-app-link";
-
// Disables Contextual Search.
const char kDisableContextualSearch[] = "disable-contextual-search";
@@ -883,9 +880,6 @@ const char kDisableContextualSearch[] = "disable-contextual-search";
const char kEnableAccessibilityTabSwitcher[] =
"enable-accessibility-tab-switcher";
-// Enable App Link.
-const char kEnableAppLink[] = "enable-app-link";
-
// Enables Contextual Search.
const char kEnableContextualSearch[] = "enable-contextual-search";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698