diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-18 17:37:05 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-18 17:37:05 +0000 |
commit | 035a0bc77862323b1840ad2e80bfbe35f04407c6 (patch) | |
tree | c3d559c9e902b672015b95ddb6eb6ee26c68e5a7 /chrome/common/chrome_switches.cc | |
parent | 109607461c875c18217b2c3624a060945f11daea (diff) | |
download | chromium_src-035a0bc77862323b1840ad2e80bfbe35f04407c6.zip chromium_src-035a0bc77862323b1840ad2e80bfbe35f04407c6.tar.gz chromium_src-035a0bc77862323b1840ad2e80bfbe35f04407c6.tar.bz2 |
Reverting 21059.
Review URL: http://codereview.chromium.org/159056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21060 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 6528ae1..c3a7770 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -551,10 +551,4 @@ const wchar_t kEnableTabtastic2[] = L"enable-tabtastic2"; // enabled. const wchar_t kPinnedTabCount[] = L"pinned-tab-count"; -// Enable local storage. Still buggy. -const wchar_t kEnableLocalStorage[] = L"enable-local-storage"; - -// Enable session storage. Still buggy. -const wchar_t kEnableSessionStorage[] = L"enable-session-storage"; - } // namespace switches |