| 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";
|
|
|
|
|