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

Unified Diff: chrome/browser/download/download_extension_api.h

Issue 9617010: Move chrome.downloads out of experimental to dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: permissions Created 8 years, 9 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/download/download_extension_api.h
diff --git a/chrome/browser/download/download_extension_api.h b/chrome/browser/download/download_extension_api.h
index 3da28e74319c84c61dca1d6a056a15e4ee7f9283..19503b705cbfa1118a0a5360b7d26a1e3659ae1a 100644
--- a/chrome/browser/download/download_extension_api.h
+++ b/chrome/browser/download/download_extension_api.h
@@ -117,7 +117,7 @@ class DownloadsDownloadFunction : public AsyncDownloadsFunction {
public:
DownloadsDownloadFunction();
virtual ~DownloadsDownloadFunction();
- DECLARE_EXTENSION_FUNCTION_NAME("experimental.downloads.download");
+ DECLARE_EXTENSION_FUNCTION_NAME("downloads.download");
protected:
virtual bool ParseArgs() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698