| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 3a833f8880afc94325658918577290eaf49a2430..3da087aa3376b3d6250eddd96a8b9eef185b5383 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -204,6 +204,10 @@ const char kDisableAboutInSettings[] = "disable-about-in-settings";
|
| // app to their shelf (or platform-specific equivalent)
|
| const char kDisableAddToShelf[] = "disable-add-to-shelf";
|
|
|
| +#if defined(OS_ANDROID)
|
| +const char kDisableAppLink[] = "disable-app-link";
|
| +#endif
|
| +
|
| // Disables the experimental asynchronous DNS client.
|
| const char kDisableAsyncDns[] = "disable-async-dns";
|
|
|
| @@ -362,6 +366,10 @@ const char kEasyUnlockAppPath[] = "easy-unlock-app-path";
|
| // app to their shelf (or platform-specific equivalent)
|
| const char kEnableAddToShelf[] = "enable-add-to-shelf";
|
|
|
| +#if defined(OS_ANDROID)
|
| +const char kEnableAppLink[] = "enable-app-link";
|
| +#endif
|
| +
|
| // Enables all bookmarks view in bookmark manager.
|
| const char kEnableAllBookmarksView[] = "enable-all-bookmarks-view";
|
|
|
|
|