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

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 21cb778817d403e8242e15b9e40d81b71a9434e1..f57d864e239a9d703c570a1d42827d4c59ebb680 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -435,6 +435,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