Index: extensions/renderer/dispatcher.h |
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h |
index 87a45359386c2a0a78fdb6960be3e0b3e8ef479b..63fdd5c721eff431b7e7052111c40a8d30e5d77f 100644 |
--- a/extensions/renderer/dispatcher.h |
+++ b/extensions/renderer/dispatcher.h |
@@ -17,7 +17,6 @@ |
#include "content/public/renderer/render_process_observer.h" |
#include "extensions/common/event_filter.h" |
#include "extensions/common/extension.h" |
-#include "extensions/common/extension_set.h" |
#include "extensions/common/extensions_client.h" |
#include "extensions/common/features/feature.h" |
#include "extensions/renderer/resource_bundle_source_map.h" |
@@ -74,8 +73,6 @@ class Dispatcher : public content::RenderProcessObserver, |
return function_names_; |
} |
- const ExtensionSet* extensions() const { return &extensions_; } |
- |
const ScriptContextSet& script_context_set() const { |
return *script_context_set_; |
} |
@@ -256,11 +253,6 @@ class Dispatcher : public content::RenderProcessObserver, |
// True if the IdleNotification timer should be set. |
bool set_idle_notifications_; |
- // Contains all loaded extensions. This is essentially the renderer |
- // counterpart to ExtensionService in the browser. It contains information |
- // about all extensions currently loaded by the browser. |
- ExtensionSet extensions_; |
- |
// The IDs of extensions that failed to load, mapped to the error message |
// generated on failure. |
std::map<std::string, std::string> extension_load_errors_; |