diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 23:36:28 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 23:36:28 +0000 |
commit | 5f9de5880eb14be70e6f5fe4fa3c82d94f40d4c9 (patch) | |
tree | 19ccb826eb8d91bee1f4f8156215b04a2a3f4c5c /content/browser/tab_contents/tab_contents.h | |
parent | 426516452d53bdf020314a1424887b2947d86fbb (diff) | |
download | chromium_src-5f9de5880eb14be70e6f5fe4fa3c82d94f40d4c9.zip chromium_src-5f9de5880eb14be70e6f5fe4fa3c82d94f40d4c9.tar.gz chromium_src-5f9de5880eb14be70e6f5fe4fa3c82d94f40d4c9.tar.bz2 |
content: Move the final headers and residual traces of contrained windows
to chrome/
BUG=95257
TEST=none
Review URL: http://codereview.chromium.org/8103004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103579 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index 6ae6bc9..635f7e0 100644 --- a/content/browser/tab_contents/tab_contents.h +++ b/content/browser/tab_contents/tab_contents.h @@ -18,7 +18,6 @@ #include "content/browser/download/save_package.h" #include "content/browser/javascript_dialogs.h" #include "content/browser/renderer_host/render_view_host_delegate.h" -#include "content/browser/tab_contents/constrained_window.h" #include "content/browser/tab_contents/navigation_controller.h" #include "content/browser/tab_contents/navigation_entry.h" #include "content/browser/tab_contents/page_navigator.h" @@ -490,14 +489,10 @@ class CONTENT_EXPORT TabContents : public PageNavigator, private: friend class NavigationController; - // Used to access the child_windows_ (ConstrainedWindowList) for testing - // automation purposes. - friend class TestingAutomationProvider; FRIEND_TEST_ALL_PREFIXES(TabContentsTest, NoJSMessageOnInterstitials); FRIEND_TEST_ALL_PREFIXES(TabContentsTest, UpdateTitle); FRIEND_TEST_ALL_PREFIXES(TabContentsTest, CrossSiteCantPreemptAfterUnload); - FRIEND_TEST_ALL_PREFIXES(TabContentsTest, ConstrainedWindows); FRIEND_TEST_ALL_PREFIXES(FormStructureBrowserTest, HTMLFiles); FRIEND_TEST_ALL_PREFIXES(NavigationControllerTest, HistoryNavigate); FRIEND_TEST_ALL_PREFIXES(RenderViewHostManagerTest, PageDoesBackAndReload); |