Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: chrome/renderer/extensions/dispatcher.h

Issue 10877004: Split a CHECK in 2 in MiscellaneousBindings::DispatchOnConnect to help (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/extensions/dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/dispatcher.h
diff --git a/chrome/renderer/extensions/dispatcher.h b/chrome/renderer/extensions/dispatcher.h
index 6bbefc33d15be6e9b8b89981c634f923e7015a55..0cb9e381b1c02e4d8e64d6257c7d736ddc00e740 100644
--- a/chrome/renderer/extensions/dispatcher.h
+++ b/chrome/renderer/extensions/dispatcher.h
@@ -174,10 +174,6 @@ class Dispatcher : public content::RenderProcessObserver {
// Update the list of active extensions that will be reported when we crash.
void UpdateActiveExtensions();
- // Calls RenderThread's RegisterExtension and keeps tracks of which v8
- // extension is for Chrome Extensions only.
- void RegisterExtension(v8::Extension* extension, bool restrict_to_extensions);
-
// Sets up the host permissions for |extension|.
void InitOriginPermissions(const Extension* extension);
void AddOrRemoveOriginPermissions(
@@ -226,9 +222,6 @@ class Dispatcher : public content::RenderProcessObserver {
// not idle, to ensure that IdleHandle gets called eventually.
base::RepeatingTimer<content::RenderThread> forced_idle_timer_;
- // The v8 extensions which are restricted to extension-related contexts.
- std::set<std::string> restricted_v8_extensions_;
-
// All declared function names.
std::set<std::string> function_names_;
« no previous file with comments | « no previous file | chrome/renderer/extensions/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698