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