diff options
author | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-07 02:36:41 +0000 |
---|---|---|
committer | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-07 02:36:41 +0000 |
commit | e6f7a0abccc7a0513e1e3654e06f6fc819933ebd (patch) | |
tree | 73891cf2c3e158a874fbf9c413b960d2d38f9454 /android_webview/common | |
parent | 9369959b5cf0ff21d0285e260ea30bec4cae83bf (diff) | |
download | chromium_src-e6f7a0abccc7a0513e1e3654e06f6fc819933ebd.zip chromium_src-e6f7a0abccc7a0513e1e3654e06f6fc819933ebd.tar.gz chromium_src-e6f7a0abccc7a0513e1e3654e06f6fc819933ebd.tar.bz2 |
aw: Remove kDisableSimpleCache switch
Simple cache has been shipping on android stable for a few releases now.
No need to have switch to disable it.
BUG=350143
NOTRY=true
Review URL: https://codereview.chromium.org/187693009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/common')
-rw-r--r-- | android_webview/common/aw_switches.cc | 2 | ||||
-rw-r--r-- | android_webview/common/aw_switches.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc index 317b038f..6b9b2fd5 100644 --- a/android_webview/common/aw_switches.cc +++ b/android_webview/common/aw_switches.cc @@ -6,8 +6,6 @@ namespace switches { -const char kDisableSimpleCache[] = "disable-simple-cache"; - const char kEnableAccelerated2dCanvas[] = "enable-accelerated-2d-canvas"; } // namespace switches diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h index e3572e2..5111a08 100644 --- a/android_webview/common/aw_switches.h +++ b/android_webview/common/aw_switches.h @@ -7,9 +7,6 @@ namespace switches { -// When set, falls back to using the old disk cache. -extern const char kDisableSimpleCache[]; - // Explicitly enable accelerated 2d canvas. // TODO(boliu): Remove this switch once on by default. extern const char kEnableAccelerated2dCanvas[]; |