Index: chrome/browser/extensions/extension_function_registry.cc |
diff --git a/chrome/browser/extensions/extension_function_registry.cc b/chrome/browser/extensions/extension_function_registry.cc |
index 774328d13ef969eefef2ab666fd784d0696204b2..cfedc16485b3580fa37bd73421e36183b416daea 100644 |
--- a/chrome/browser/extensions/extension_function_registry.cc |
+++ b/chrome/browser/extensions/extension_function_registry.cc |
@@ -4,7 +4,6 @@ |
#include "chrome/browser/extensions/extension_function_registry.h" |
-#include "chrome/browser/extensions/api/browsing_data/browsing_data_api.h" |
#include "chrome/browser/extensions/api/identity/experimental_identity_api.h" |
#include "chrome/browser/extensions/api/preference/chrome_direct_setting.h" |
#include "chrome/browser/extensions/api/preference/preference_api.h" |
@@ -31,22 +30,6 @@ void ExtensionFunctionRegistry::ResetFunctions() { |
// Register all functions here. |
- // Browsing Data. |
- RegisterFunction<BrowsingDataSettingsFunction>(); |
- RegisterFunction<RemoveBrowsingDataFunction>(); |
- RegisterFunction<RemoveAppCacheFunction>(); |
- RegisterFunction<RemoveCacheFunction>(); |
- RegisterFunction<RemoveCookiesFunction>(); |
- RegisterFunction<RemoveDownloadsFunction>(); |
- RegisterFunction<RemoveFileSystemsFunction>(); |
- RegisterFunction<RemoveFormDataFunction>(); |
- RegisterFunction<RemoveHistoryFunction>(); |
- RegisterFunction<RemoveIndexedDBFunction>(); |
- RegisterFunction<RemoveLocalStorageFunction>(); |
- RegisterFunction<RemovePluginDataFunction>(); |
- RegisterFunction<RemovePasswordsFunction>(); |
- RegisterFunction<RemoveWebSQLFunction>(); |
- |
// RLZ (not supported on ChromeOS yet). |
#if defined(ENABLE_RLZ) && !defined(OS_CHROMEOS) |
RegisterFunction<RlzRecordProductEventFunction>(); |