diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 19:51:15 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 19:51:15 +0000 |
commit | 30c8864376a9cd251b7815b6795ed5db6988b1af (patch) | |
tree | bc742483f0ac4316437212e830d8f6fdf2ee7f54 /chrome/chrome_browser.gypi | |
parent | 71acc361f01e023ec67e38bfb59b655c5412cb59 (diff) | |
download | chromium_src-30c8864376a9cd251b7815b6795ed5db6988b1af.zip chromium_src-30c8864376a9cd251b7815b6795ed5db6988b1af.tar.gz chromium_src-30c8864376a9cd251b7815b6795ed5db6988b1af.tar.bz2 |
Make content settings UI classes not depend on the exact set of content types.
This makes it a bit easier to add new content types that aren't exposed in the UI.
BUG=83972
Review URL: http://codereview.chromium.org/6992048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 40132e2..ca4feed 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -3824,7 +3824,7 @@ 'app/nibs/ContentBlockedJavaScript.xib', 'app/nibs/ContentBlockedPlugins.xib', 'app/nibs/ContentBlockedPopups.xib', - 'app/nibs/ContentBubbleGeolocation.xib', + 'app/nibs/ContentBlockedGeolocation.xib', 'app/nibs/CookieDetailsView.xib', 'app/nibs/DownloadItem.xib', 'app/nibs/DownloadShelf.xib', |