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

Unified Diff: webkit/browser/appcache/manifest_parser.cc

Issue 19925003: WIP - command line experiment Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « ui/message_center/message_center_switches.cc ('k') | webkit/common/appcache/appcache_interfaces.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/appcache/manifest_parser.cc
diff --git a/webkit/browser/appcache/manifest_parser.cc b/webkit/browser/appcache/manifest_parser.cc
index be44127631bd01ce1501fb55bb5397dc792f2bca..0b8869fb9f58444bbeb64321bdb6c997c472b126 100644
--- a/webkit/browser/appcache/manifest_parser.cc
+++ b/webkit/browser/appcache/manifest_parser.cc
@@ -262,7 +262,7 @@ bool ParseManifest(const GURL& manifest_url, const char* data, int length,
if (type == L"return") {
verb = RETURN;
} else if (type == L"execute" &&
- CommandLine::ForCurrentProcess()->HasSwitch(
+ CommandLine::ForCurrentProcess()->HasStringSwitch(
kEnableExecutableHandlers)) {
verb = EXECUTE;
}
« no previous file with comments | « ui/message_center/message_center_switches.cc ('k') | webkit/common/appcache/appcache_interfaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698