Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 54d61b12cb8ea3522568809f555eebd340781296..6de7003d004617a6a63fc47e91d20f87132dfb58 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -434,6 +434,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"; |