summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-22 04:20:04 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-22 04:20:04 +0000
commit941b4c5b6303aad0b3426440cabdf7cb8a90be46 (patch)
tree220355a1e2688d841cc15b399e5929294f745b2f /chrome/chrome.gyp
parentd3e4400cfa37614dea465f711bb3ba7cef6b1bb8 (diff)
downloadchromium_src-941b4c5b6303aad0b3426440cabdf7cb8a90be46.zip
chromium_src-941b4c5b6303aad0b3426440cabdf7cb8a90be46.tar.gz
chromium_src-941b4c5b6303aad0b3426440cabdf7cb8a90be46.tar.bz2
Create an enum for local storage vs. session storage rather than using
a boolean. TEST=It still works. BUG=21070 Review URL: http://codereview.chromium.org/212033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 64df5f4..ecb026f 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -485,6 +485,7 @@
'common/debug_flags.h',
'common/devtools_messages.h',
'common/devtools_messages_internal.h',
+ 'common/dom_storage_type.h',
'common/env_vars.cc',
'common/env_vars.h',
'common/filter_policy.h',