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

Unified Diff: chrome/browser/extensions/api/notifications/notifications_api.cc

Issue 177003015: Pull AsyncApiFunction out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase for storage_api Created 6 years, 10 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/api/notifications/notifications_api.cc
diff --git a/chrome/browser/extensions/api/notifications/notifications_api.cc b/chrome/browser/extensions/api/notifications/notifications_api.cc
index 30c935e81a2894bcd839462fc9f8f3b060afce3f..362b63c84f449904f24d63d29e8b7275bf71fba9 100644
--- a/chrome/browser/extensions/api/notifications/notifications_api.cc
+++ b/chrome/browser/extensions/api/notifications/notifications_api.cc
@@ -127,7 +127,7 @@ std::string StripScopeFromIdentifier(const std::string& extension_id,
class NotificationsApiDelegate : public NotificationDelegate {
public:
- NotificationsApiDelegate(ApiFunction* api_function,
+ NotificationsApiDelegate(ChromeAsyncExtensionFunction* api_function,
Profile* profile,
const std::string& extension_id,
const std::string& id)
@@ -208,7 +208,7 @@ class NotificationsApiDelegate : public NotificationDelegate {
return args.Pass();
}
- scoped_refptr<ApiFunction> api_function_;
+ scoped_refptr<ChromeAsyncExtensionFunction> api_function_;
Profile* profile_;
const std::string extension_id_;
const std::string id_;
« no previous file with comments | « chrome/browser/extensions/api/notifications/notifications_api.h ('k') | chrome/browser/extensions/api/serial/serial_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698