From 52315371aa5bb0c9d2c6094d28649684765057d1 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 27 Oct 2009 15:48:52 +0000 Subject: Change the use-flip command line flag from wchar_t to char TEST=none BUG=none Review URL: http://codereview.chromium.org/338038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30196 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_switches.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/chrome_switches.h') diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index b4cf129..8ee5088 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -159,6 +159,7 @@ extern const char kThumbnailStore[]; extern const char kTrustedPlugins[]; extern const char kTryChromeAgain[]; extern const char kUninstall[]; +extern const char kUseFlip[]; extern const char kUseLowFragHeapCrt[]; extern const char kUserAgent[]; extern const char kUserDataDir[]; @@ -173,7 +174,6 @@ extern const char kWininetFtp[]; extern const char kWorkerProcess[]; extern const char kZygoteCmdPrefix[]; extern const char kZygoteProcess[]; -extern const wchar_t kUseFlip[]; #if defined(OS_CHROMEOS) extern const char kCookiePipe[]; -- cgit v1.1