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

Unified Diff: webkit/glue/plugins/plugin_constants_win.h

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 | « tools/imagediff/image_diff.cc ('k') | webkit/glue/plugins/plugin_list_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_constants_win.h
diff --git a/webkit/glue/plugins/plugin_constants_win.h b/webkit/glue/plugins/plugin_constants_win.h
index f00886dc7802ab60c40d59979022bacc471826f8..73573696ad03f7bcaa25ad006efbd9238c8f6661 100644
--- a/webkit/glue/plugins/plugin_constants_win.h
+++ b/webkit/glue/plugins/plugin_constants_win.h
@@ -7,7 +7,7 @@
// Used by the plugins_test when testing the older WMP plugin to force the new
// plugin to not get loaded.
-#define kUseOldWMPPluginSwitch L"use-old-wmp"
+#define kUseOldWMPPluginSwitch "use-old-wmp"
// The window class name for a plugin window.
#define kNativeWindowClassName L"NativeWindowClass"
« no previous file with comments | « tools/imagediff/image_diff.cc ('k') | webkit/glue/plugins/plugin_list_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698