summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents.h')
-rw-r--r--chrome/browser/tab_contents.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents.h b/chrome/browser/tab_contents.h
index 0c40e36..9d96d60 100644
--- a/chrome/browser/tab_contents.h
+++ b/chrome/browser/tab_contents.h
@@ -15,6 +15,7 @@
#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 {
@@ -511,6 +512,8 @@ class TabContents : public PageNavigator,
PropertyBag property_bag_;
+ NotificationRegistrar registrar_;
+
// Indicates whether we're currently loading a resource.
bool is_loading_;