diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 18:13:21 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 18:13:21 +0000 |
commit | e091df891e7e86d0b7fdbfba7e784b9094aed09f (patch) | |
tree | d3ddf7cba52bd2c145f360efb81fc0dfc7b298a6 /chrome/DEPS | |
parent | a867a7ed5b258420d4eafd416e4d295a87af0de0 (diff) | |
download | chromium_src-e091df891e7e86d0b7fdbfba7e784b9094aed09f.zip chromium_src-e091df891e7e86d0b7fdbfba7e784b9094aed09f.tar.gz chromium_src-e091df891e7e86d0b7fdbfba7e784b9094aed09f.tar.bz2 |
Move BindingsPolicy enum to content\public\common and put it in the content namespace. I've also renamed the value names to match the style that we use in the WebKit API (i.e. all values in an enum start with the enum's name) since it's more readable. As we move other enums to public we should switch them over as well.
BUG=98716
Review URL: http://codereview.chromium.org/8220024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 4d20732..2580f54 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -13,6 +13,7 @@ include_rules = [ "+chrome/test", "-content", "+content/common", + "+content/public/common", "+content/test", # Don't allow inclusion of these other libs we shouldn't be calling directly. |