Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 513039245c1daf9776e47a31ddbc21a9ac862be2..02844b28ade6432e0688edcbda29ffdfc2e7bcf8 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -439,6 +439,13 @@ const char kDnsPrefetchDisable[] = "dns-prefetch-disable"; |
// scripts. |
const char kDumpHistogramsOnExit[] = "dump-histograms-on-exit"; |
+// Enables the <adview> tag in packaged apps. |
+const char kEnableAdview[] = "enable-adview"; |
+ |
+// Enables specifying a "src" attribute on <adview> elements |
+// (for testing purposes, to skip the whitelist). |
+const char kEnableAdviewSrcAttribute[] = "enable-adview-src-attribute"; |
+ |
// Enables the experimental asynchronous DNS client. |
const char kEnableAsyncDns[] = "enable-async-dns"; |