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

Unified Diff: chrome/browser/about_flags.cc

Issue 1956403002: Re-submit of AppLink implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Lock it and throw away the key Created 4 years, 7 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/app/generated_resources.grd ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 923c1c346bf128d1342858bb0be45781fc6e08d0..21f2d8bb007fa20538c13f8a1b2e5ac966db4eb1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1671,6 +1671,11 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_TAB_SWITCHER_IN_DOCUMENT_MODE_NAME,
IDS_FLAGS_TAB_SWITCHER_IN_DOCUMENT_MODE_DESCRIPTION, kOsAndroid,
SINGLE_VALUE_TYPE(switches::kEnableTabSwitcherInDocumentMode)},
+ {"app-link", IDS_FLAGS_ENABLE_APP_LINK_NAME,
+ IDS_FLAGS_ENABLE_APP_LINK_DESCRIPTION, kOsAndroid,
+ ENABLE_DISABLE_VALUE_TYPE(
+ switches::kEnableAppLink,
+ switches::kDisableAppLink)},
#endif // OS_ANDROID
{"enable-md-feedback", IDS_FLAGS_ENABLE_MATERIAL_DESIGN_FEEDBACK_NAME,
IDS_FLAGS_ENABLE_MATERIAL_DESIGN_FEEDBACK_DESCRIPTION, kOsDesktop,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698