diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-25 20:48:49 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-25 20:48:49 +0000 |
commit | ddca43e439d750777418b0366dc4dd17cc36b0a9 (patch) | |
tree | 2431b5213a5b02512508921ffe3ec8f3fd7696e5 /chrome/browser | |
parent | 0e3799c282cc0ebbe9dd2b83d82d4f52811aff03 (diff) | |
download | chromium_src-ddca43e439d750777418b0366dc4dd17cc36b0a9.zip chromium_src-ddca43e439d750777418b0366dc4dd17cc36b0a9.tar.gz chromium_src-ddca43e439d750777418b0366dc4dd17cc36b0a9.tar.bz2 |
chrome: Remove two other views entries from the DEPS whitelist file.
BUG=125846
TBR=ben@chromium.org,sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10978030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/ui/DEPS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/DEPS b/chrome/browser/ui/DEPS index cc1903d..c6df876 100644 --- a/chrome/browser/ui/DEPS +++ b/chrome/browser/ui/DEPS @@ -3,9 +3,7 @@ include_rules = [ # TODO(tfarina): Remove all these. crbug.com/125846. # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! "!chrome/browser/ui/views/find_bar_host.h", - "!chrome/browser/ui/views/frame/browser_frame.h", "!chrome/browser/ui/views/frame/browser_view.h", - "!chrome/browser/ui/views/frame/browser_non_client_frame_view.h", "!chrome/browser/ui/views/sad_tab_view.h", "!chrome/browser/ui/views/tab_icon_view.h", "!chrome/browser/ui/views/tab_icon_view_model.h", |