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

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

Issue 10639020: Switch the downloads API over to IDL/json_schema_compiler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 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
« no previous file with comments | « chrome/browser/extensions/api/downloads/downloads_api.cc ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 146941bf9a70faa3bc49659d3e1fda35d7e1018b..b2aede796984802ac286ee56ee177bdc4bdb0e02 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -13,7 +13,6 @@
#include "chrome/browser/extensions/api/context_menu/context_menu_api.h"
#include "chrome/browser/extensions/api/cookies/cookies_api.h"
#include "chrome/browser/extensions/api/declarative/declarative_api.h"
-#include "chrome/browser/extensions/api/downloads/downloads_api.h"
#include "chrome/browser/extensions/api/extension_action/extension_browser_actions_api.h"
#include "chrome/browser/extensions/api/extension_action/extension_page_actions_api.h"
#include "chrome/browser/extensions/api/extension_action/extension_script_badge_api.h"
@@ -451,19 +450,6 @@ void ExtensionFunctionRegistry::ResetFunctions() {
RegisterFunction<RemovePermissionsFunction>();
RegisterFunction<RequestPermissionsFunction>();
- // Downloads
- RegisterFunction<DownloadsDownloadFunction>();
- RegisterFunction<DownloadsSearchFunction>();
- RegisterFunction<DownloadsPauseFunction>();
- RegisterFunction<DownloadsResumeFunction>();
- RegisterFunction<DownloadsCancelFunction>();
- RegisterFunction<DownloadsEraseFunction>();
- RegisterFunction<DownloadsSetDestinationFunction>();
- RegisterFunction<DownloadsAcceptDangerFunction>();
- RegisterFunction<DownloadsShowFunction>();
- RegisterFunction<DownloadsDragFunction>();
- RegisterFunction<DownloadsGetFileIconFunction>();
-
// PageCapture
RegisterFunction<PageCaptureSaveAsMHTMLFunction>();
« no previous file with comments | « chrome/browser/extensions/api/downloads/downloads_api.cc ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698