diff options
Diffstat (limited to 'chrome/browser/chrome_plugin_browsing_context.h')
-rw-r--r-- | chrome/browser/chrome_plugin_browsing_context.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/chrome_plugin_browsing_context.h b/chrome/browser/chrome_plugin_browsing_context.h index 71e938b..16499e8 100644 --- a/chrome/browser/chrome_plugin_browsing_context.h +++ b/chrome/browser/chrome_plugin_browsing_context.h @@ -9,7 +9,7 @@ #include "base/id_map.h" #include "chrome/common/chrome_plugin_api.h" -#include "chrome/common/notification_observer.h" +#include "chrome/common/notification_registrar.h" class URLRequestContext; @@ -51,6 +51,8 @@ class CPBrowsingContextManager : public NotificationObserver { typedef IDMap<URLRequestContext> Map; typedef std::map<URLRequestContext*, CPBrowsingContext> ReverseMap; + NotificationRegistrar registrar_; + Map map_; // map of CPBrowsingContext -> URLRequestContext ReverseMap reverse_map_; // map of URLRequestContext -> CPBrowsingContext }; |