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

Unified Diff: webkit/tools/test_shell/test_shell_switches.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 | « webkit/tools/test_shell/node_leak_test.cc ('k') | webkit/tools/test_shell/test_shell_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_switches.h
diff --git a/webkit/tools/test_shell/test_shell_switches.h b/webkit/tools/test_shell/test_shell_switches.h
index d07398b3c7831d9c74ba1bf828b12bc3cc68463b..d580695dc025782af70ba2f012e38c7251512e14 100644
--- a/webkit/tools/test_shell/test_shell_switches.h
+++ b/webkit/tools/test_shell/test_shell_switches.h
@@ -9,30 +9,30 @@
namespace test_shell {
-extern const wchar_t kCrashDumps[];
-extern const wchar_t kDumpPixels[];
-extern const wchar_t kLayoutTests[];
-extern const wchar_t kGenericTheme[];
-extern const wchar_t kClassicTheme[];
-extern const wchar_t kUxTheme[];
-extern const wchar_t kNoErrorDialogs[];
-extern const wchar_t kNoTree[];
-extern const wchar_t kTestShellTimeOut[];
-extern const wchar_t kStartupDialog[];
-extern const wchar_t kGPFaultErrorBox[];
-extern const wchar_t kJavaScriptFlags[];
-extern const wchar_t kRecordMode[];
-extern const wchar_t kPlaybackMode[];
-extern const wchar_t kNoEvents[];
-extern const wchar_t kDumpStatsTable[];
-extern const wchar_t kCacheDir[];
-extern const wchar_t kDebugMemoryInUse[];
-extern const wchar_t kEnableFileCookies[];
-extern const wchar_t kEnableTracing[];
-extern const wchar_t kAllowScriptsToCloseWindows[];
-extern const wchar_t kCheckLayoutTestSystemDeps[];
-extern const wchar_t kGDB[];
-extern const wchar_t kProfiler[];
+extern const char kCrashDumps[];
+extern const char kDumpPixels[];
+extern const char kLayoutTests[];
+extern const char kGenericTheme[];
+extern const char kClassicTheme[];
+extern const char kUxTheme[];
+extern const char kNoErrorDialogs[];
+extern const char kNoTree[];
+extern const char kTestShellTimeOut[];
+extern const char kStartupDialog[];
+extern const char kGPFaultErrorBox[];
+extern const char kJavaScriptFlags[];
+extern const char kRecordMode[];
+extern const char kPlaybackMode[];
+extern const char kNoEvents[];
+extern const char kDumpStatsTable[];
+extern const char kCacheDir[];
+extern const char kDebugMemoryInUse[];
+extern const char kEnableFileCookies[];
+extern const char kEnableTracing[];
+extern const char kAllowScriptsToCloseWindows[];
+extern const char kCheckLayoutTestSystemDeps[];
+extern const char kGDB[];
+extern const char kProfiler[];
} // namespace test_shell
« no previous file with comments | « webkit/tools/test_shell/node_leak_test.cc ('k') | webkit/tools/test_shell/test_shell_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698