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.cc | |
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.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 742eee1..18caf51 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -315,6 +315,9 @@ const wchar_t kGearsInRenderer[] = L"gears-in-renderer"; // Enable new HTTP stack. const wchar_t kUseNewHttp[] = L"new-http"; +// Enable the fastback page cache. +const wchar_t kEnableFastback[] = L"enable-fastback"; + // Allow loading of the javascript debugger UI from the filesystem. const wchar_t kJavaScriptDebuggerPath[] = L"javascript-debugger-path"; |