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

Unified Diff: webkit/glue/plugins/plugin_list_linux.cc

Issue 270062: Use ASCII strings for switch names. (Closed)
Patch Set: victory Created 11 years, 2 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 | « webkit/glue/plugins/plugin_constants_win.h ('k') | webkit/glue/webworkerclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_list_linux.cc
diff --git a/webkit/glue/plugins/plugin_list_linux.cc b/webkit/glue/plugins/plugin_list_linux.cc
index 4f72ab1444d91831b2ef0ecfd2b1d1686751ddfb..d740bc64059503f641de4b482e81354a592552db 100644
--- a/webkit/glue/plugins/plugin_list_linux.cc
+++ b/webkit/glue/plugins/plugin_list_linux.cc
@@ -13,7 +13,7 @@ namespace {
// Return true if we're in debug-plugin-loading mode.
bool DebugPluginLoading() {
- static const wchar_t kDebugPluginLoading[] = L"debug-plugin-loading";
+ static const char kDebugPluginLoading[] = "debug-plugin-loading";
return CommandLine::ForCurrentProcess()->HasSwitch(kDebugPluginLoading);
}
« no previous file with comments | « webkit/glue/plugins/plugin_constants_win.h ('k') | webkit/glue/webworkerclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698