diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-29 21:01:07 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-29 21:01:07 +0000 |
commit | 23258be02f648a6c20c685f15c9feb9047e5db52 (patch) | |
tree | ba0297f1c4453709ee1e427810dfb13c49085056 /chrome/common/chrome_switches.h | |
parent | 292e4fb0b259c45565f901733dc04f3c3ce22ed5 (diff) | |
download | chromium_src-23258be02f648a6c20c685f15c9feb9047e5db52.zip chromium_src-23258be02f648a6c20c685f15c9feb9047e5db52.tar.gz chromium_src-23258be02f648a6c20c685f15c9feb9047e5db52.tar.bz2 |
Add a command line switch for fastback work.
patch by abarth@chromium.org
R=darin
BUG=2879
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 9df559b..b137992 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -120,6 +120,8 @@ extern const wchar_t kGearsInRenderer[]; extern const wchar_t kUseNewHttp[]; +extern const wchar_t kEnableFastback[]; + extern const wchar_t kJavaScriptDebuggerPath[]; extern const wchar_t kEnableP13n[]; |