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

Unified Diff: components/autofill/core/browser/webdata/autofill_webdata_service.h

Issue 72613006: Eliminate AutofillWebDataService::FromBrowserContext(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years 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 | « components/autofill/core/browser/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/webdata/autofill_webdata_service.h
diff --git a/components/autofill/core/browser/webdata/autofill_webdata_service.h b/components/autofill/core/browser/webdata/autofill_webdata_service.h
index 34a10800364d0ab206cc19822d20f3dc231be313..9131a8ce01d3a760f8230df90299131260c8ea73 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata_service.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata_service.h
@@ -24,10 +24,6 @@ namespace base {
class MessageLoopProxy;
}
-namespace content {
-class BrowserContext;
-}
-
namespace autofill {
class AutofillChange;
@@ -49,11 +45,6 @@ class AutofillWebDataService : public AutofillWebData,
scoped_refptr<base::MessageLoopProxy> db_thread,
const ProfileErrorCallback& callback);
- // Retrieve an AutofillWebDataService for the given context.
- // Can return NULL in some contexts.
- static scoped_refptr<AutofillWebDataService> FromBrowserContext(
- content::BrowserContext* context);
-
// WebDataServiceBase implementation.
virtual void ShutdownOnUIThread() OVERRIDE;
« no previous file with comments | « components/autofill/core/browser/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698