summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authormpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-21 23:52:48 +0000
committermpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-21 23:52:48 +0000
commitd9db9154512aa5966215592069490d1d39e88c9e (patch)
treef6daa03d71cf73fc92f3a45a5a5b58325b84148d /chrome/common/chrome_switches.h
parenta6df511aec98ab84faaa1b238335a4640bba940f (diff)
downloadchromium_src-d9db9154512aa5966215592069490d1d39e88c9e.zip
chromium_src-d9db9154512aa5966215592069490d1d39e88c9e.tar.gz
chromium_src-d9db9154512aa5966215592069490d1d39e88c9e.tar.bz2
Fix a timing issue that caused gears to fail to load sometimes.
BUG=http://b/issue?id=1559007 BUG=http://code.google.com/p/chromium/issues/detail?id=4219 Review URL: http://codereview.chromium.org/18604 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index e712596..65a7e00 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -39,6 +39,7 @@ extern const wchar_t kSafePlugins[];
extern const wchar_t kTrustedPlugins[];
extern const wchar_t kTestSandbox[];
extern const wchar_t kUserDataDir[];
+extern const wchar_t kPluginDataDir[];
extern const wchar_t kParentProfile[];
extern const wchar_t kApp[];
extern const wchar_t kAppUploadFile[];