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

Unified Diff: chrome/browser/extensions/extension_function_registry.cc

Issue 21046003: Move webstore_private API functions registrations out of ExtensionFunctionRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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_registry.cc
diff --git a/chrome/browser/extensions/extension_function_registry.cc b/chrome/browser/extensions/extension_function_registry.cc
index 774328d13ef969eefef2ab666fd784d0696204b2..abbd90c60e5e9e5040c50258e0a45f9691ba938f 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -10,7 +10,6 @@
#include "chrome/browser/extensions/api/preference/preference_api.h"
#include "chrome/browser/extensions/api/runtime/runtime_api.h"
#include "chrome/browser/extensions/api/web_request/web_request_api.h"
-#include "chrome/browser/extensions/api/webstore_private/webstore_private_api.h"
#include "chrome/browser/rlz/rlz_extension_api.h"
#include "chrome/common/extensions/api/generated_api.h"
@@ -70,18 +69,6 @@ void ExtensionFunctionRegistry::ResetFunctions() {
RegisterFunction<
extensions::chromedirectsetting::ClearDirectSettingFunction>();
- // WebstorePrivate.
- RegisterFunction<extensions::GetBrowserLoginFunction>();
- RegisterFunction<extensions::GetStoreLoginFunction>();
- RegisterFunction<extensions::SetStoreLoginFunction>();
- RegisterFunction<extensions::InstallBundleFunction>();
- RegisterFunction<extensions::BeginInstallWithManifestFunction>();
- RegisterFunction<extensions::CompleteInstallFunction>();
- RegisterFunction<extensions::EnableAppLauncherFunction>();
- RegisterFunction<extensions::GetWebGLStatusFunction>();
- RegisterFunction<extensions::GetIsLauncherEnabledFunction>();
- RegisterFunction<extensions::IsInIncognitoModeFunction>();
-
// Runtime
RegisterFunction<extensions::RuntimeGetBackgroundPageFunction>();
RegisterFunction<extensions::RuntimeSetUninstallUrlFunction>();
« no previous file with comments | « chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698