diff options
Diffstat (limited to 'chrome/browser/tab_contents.h')
-rw-r--r-- | chrome/browser/tab_contents.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/tab_contents.h b/chrome/browser/tab_contents.h index 9d96d60..0c40e36 100644 --- a/chrome/browser/tab_contents.h +++ b/chrome/browser/tab_contents.h @@ -15,7 +15,6 @@ #include "chrome/browser/page_navigator.h" #include "chrome/browser/tab_contents_type.h" #include "chrome/common/navigation_types.h" -#include "chrome/common/notification_registrar.h" #include "chrome/common/property_bag.h" namespace gfx { @@ -512,8 +511,6 @@ class TabContents : public PageNavigator, PropertyBag property_bag_; - NotificationRegistrar registrar_; - // Indicates whether we're currently loading a resource. bool is_loading_; |