diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-29 22:22:03 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-29 22:22:03 +0000 |
commit | 52877dbc6c22a02dc7d1dd6f22de2c2b3e7eac17 (patch) | |
tree | f39b0d32959778625fdeb00f178061a6411213c3 /content/test/DEPS | |
parent | 78ce87fbedda14f033aaaf474b94c4966e8bf3d0 (diff) | |
download | chromium_src-52877dbc6c22a02dc7d1dd6f22de2c2b3e7eac17.zip chromium_src-52877dbc6c22a02dc7d1dd6f22de2c2b3e7eac17.tar.gz chromium_src-52877dbc6c22a02dc7d1dd6f22de2c2b3e7eac17.tar.bz2 |
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
http://crbug.com/133576
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10702029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/DEPS')
-rw-r--r-- | content/test/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/test/DEPS b/content/test/DEPS index fc2173a..08c910c 100644 --- a/content/test/DEPS +++ b/content/test/DEPS @@ -1,5 +1,6 @@ include_rules = [ "+chrome/browser/ui/browser.h", + "+chrome/browser/ui/browser_tabstrip.h", # Testing utilities can access anything in content/ "+content", "+media/base", # For ChannelLayout in WebRTC tests. |