diff options
author | slightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 23:33:56 +0000 |
---|---|---|
committer | slightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 23:33:56 +0000 |
commit | 4c630bb277d36826cd4c654ab93b8a44dfd88842 (patch) | |
tree | 43cdfdd2bb203178694f5ded5865f6ac20243ac9 /chrome/common/chrome_switches.h | |
parent | 0426867d2404934ec24505ea674174e36bd320d8 (diff) | |
download | chromium_src-4c630bb277d36826cd4c654ab93b8a44dfd88842.zip chromium_src-4c630bb277d36826cd4c654ab93b8a44dfd88842.tar.gz chromium_src-4c630bb277d36826cd4c654ab93b8a44dfd88842.tar.bz2 |
Adds a command line flag to suppress flashing blinking for those who really, REALLY want it to stop.
BUG=None
TEST=load tons of tabs after starting with --disable-backing-store-limit and observe no blinking and HUGE memory usage.
Review URL: http://codereview.chromium.org/660224
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40317 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index d9c1b7e..0349dc6 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -39,6 +39,7 @@ extern const char kDiagnostics[]; extern const char kDisableAltWinstation[]; extern const char kDisableApplicationCache[]; extern const char kDisableAudio[]; +extern const char kDisableBackingStoreLimit[]; extern const char kDisableByteRangeSupport[]; extern const char kDisableCustomJumpList[]; extern const char kDisableDatabases[]; |