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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12463015: Enable <adview> tag for packaged apps. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Rebasing Created 7 years, 9 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 f6b5b67e334e010b327cb010efc02a7b471652e5..c7b5365f3ce8667b629b4b0c3881d1923a6b5f3f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -444,6 +444,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";

Powered by Google App Engine
This is Rietveld 408576698