| 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(
|
|
|