Index: chrome/browser/extensions/extension_function_registry.cc |
=================================================================== |
--- chrome/browser/extensions/extension_function_registry.cc (revision 132588) |
+++ chrome/browser/extensions/extension_function_registry.cc (working copy) |
@@ -84,8 +84,6 @@ |
} |
void ExtensionFunctionRegistry::ResetFunctions() { |
-#if defined(ENABLE_EXTENSIONS) |
- |
// Register all functions here. |
// Windows |
@@ -505,7 +503,6 @@ |
// Generated APIs |
extensions::api::GeneratedFunctionRegistry::RegisterAll(this); |
-#endif // defined(ENABLE_EXTENSIONS) |
} |
void ExtensionFunctionRegistry::GetAllNames(std::vector<std::string>* names) { |