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

Unified Diff: chrome/browser/extensions/api/dial/dial_api_factory.h

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/dial/dial_api_factory.h
diff --git a/chrome/browser/extensions/api/dial/dial_api_factory.h b/chrome/browser/extensions/api/dial/dial_api_factory.h
index 39a25cdb34308bee8a2cf3de9425ab06312c8aa3..f5fb18e4684d6f1fb816bfa17b55ed9d11fc119a 100644
--- a/chrome/browser/extensions/api/dial/dial_api_factory.h
+++ b/chrome/browser/extensions/api/dial/dial_api_factory.h
@@ -8,15 +8,14 @@
#include "base/memory/singleton.h"
#include "components/browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.h"
-class Profile;
-
namespace extensions {
class DialAPI;
class DialAPIFactory : public RefcountedBrowserContextKeyedServiceFactory {
public:
- static scoped_refptr<DialAPI> GetForProfile(Profile* profile);
+ static scoped_refptr<DialAPI> GetForBrowserContext(
+ content::BrowserContext* context);
static DialAPIFactory* GetInstance();
« no previous file with comments | « chrome/browser/extensions/api/dial/dial_api.cc ('k') | chrome/browser/extensions/api/dial/dial_api_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698