Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 80179d5afff3dd7e185b185de56900ff0b9809c5..5c149c197535017cd303a556984ea9a0cb006105 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -477,6 +477,10 @@ const char kEnableIPv6[] = "enable-ipv6"; |
// Enables experimentation with launching ephemeral apps via hyperlinks. |
const char kEnableLinkableEphemeralApps[] = "enable-linkable-ephemeral-apps"; |
+// Enables the Link Disambiguation popup bubble on Aura-based Chrome. |
+const char kEnableLinkDisambiguationPopup[] = |
+ "enable-link-disambiguation-popup"; |
luken
2014/11/14 19:57:00
need a disable-link-disambiguation-popup as well.
|
+ |
// Runs the Native Client inside the renderer process and enables GPU plugin |
// (internally adds lEnableGpuPlugin to the command line). |
const char kEnableNaCl[] = "enable-nacl"; |