| 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";
|
|
|
|
|