summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container_win.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-03 21:04:22 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-03 21:04:22 +0000
commit23bf9296250c98d5027d721fc0578d256b5f09ff (patch)
treef92fe7aea81d49149eba15d9329b7bb14f6995ae /chrome/browser/external_tab_container_win.h
parent4a66bd015629296373bfa5d10eb9d4f721d049c4 (diff)
downloadchromium_src-23bf9296250c98d5027d721fc0578d256b5f09ff.zip
chromium_src-23bf9296250c98d5027d721fc0578d256b5f09ff.tar.gz
chromium_src-23bf9296250c98d5027d721fc0578d256b5f09ff.tar.bz2
Get rid of TabContentsRegistrar and just let TabContentsObserver support dynamically changing the tab being observed.
Review URL: http://codereview.chromium.org/7058047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/external_tab_container_win.h')
-rw-r--r--chrome/browser/external_tab_container_win.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/external_tab_container_win.h b/chrome/browser/external_tab_container_win.h
index e90e6f3..1aa89be 100644
--- a/chrome/browser/external_tab_container_win.h
+++ b/chrome/browser/external_tab_container_win.h
@@ -21,7 +21,6 @@
#include "chrome/browser/ui/views/unhandled_keyboard_event_handler.h"
#include "content/browser/tab_contents/tab_contents_delegate.h"
#include "content/browser/tab_contents/tab_contents_observer.h"
-#include "content/browser/tab_contents/tab_contents_observer_registrar.h"
#include "content/common/navigation_types.h"
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"
@@ -286,8 +285,6 @@ class ExternalTabContainer : public TabContentsDelegate,
NotificationRegistrar registrar_;
- TabContentsObserverRegistrar tab_contents_registrar_;
-
// A view to handle focus cycling
TabContentsContainer* tab_contents_container_;