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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1658723007: Prototype handling of Intents in Custom Tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved preference code Created 4 years, 11 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 014731559badacda22307328e48ce6064b88843e..f7a3945502b249ae15395e2b8e740e4bff75b878 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1133,6 +1133,9 @@ const char kEnableHungRendererInfoBar[] = "enable-hung-renderer-infobar";
// Specifies Android phone page loading progress bar animation.
const char kProgressBarAnimation[] = "progress-bar-animation";
+// Enable the experimental Intent handling prototype.
+const char kEnableHerbPrototype[] = "enable-herb-prototype";
+
// Enabled tab switcher in document mode.
const char kEnableTabSwitcherInDocumentMode[] =
"enable-tab-switcher-in-document-mode";

Powered by Google App Engine
This is Rietveld 408576698