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

Unified Diff: chrome/browser/extensions/extension_function_dispatcher.h

Issue 185293017: Move ExtensionFunctionRegistry out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move preprocess check to ChromeExtensionsBrowserClient Created 6 years, 10 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
Index: chrome/browser/extensions/extension_function_dispatcher.h
diff --git a/chrome/browser/extensions/extension_function_dispatcher.h b/chrome/browser/extensions/extension_function_dispatcher.h
index 64e6ead4cd873c2284fe540f8b35f9cd0173d183..27b5c92d207b58300113cf931033dbf351ac4d93 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.h
+++ b/chrome/browser/extensions/extension_function_dispatcher.h
@@ -79,9 +79,6 @@ class ExtensionFunctionDispatcher
static bool OverrideFunction(const std::string& name,
ExtensionFunctionFactory factory);
- // Resets all functions to their initial implementation.
- static void ResetFunctions();
-
// Dispatches an IO-thread extension function. Only used for specific
// functions that must be handled on the IO-thread.
static void DispatchOnIOThread(

Powered by Google App Engine
This is Rietveld 408576698