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

Unified Diff: content/public/browser/browser_context.h

Issue 2898443002: Implement GetBrowsingDataRemoverDelegate() for BrowserContext subclasses (Closed)
Patch Set: More fixes. Created 3 years, 7 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: content/public/browser/browser_context.h
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
index f5cd8abf9a1557f7110706540df818efa97c268d..1b6aaec61efd9dc4a0c32320af19aa6a759f54a6 100644
--- a/content/public/browser/browser_context.h
+++ b/content/public/browser/browser_context.h
@@ -235,7 +235,7 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
// Returns the BrowsingDataRemoverDelegate for this context. This will be
// called once per context. It's valid to return nullptr.
- virtual BrowsingDataRemoverDelegate* GetBrowsingDataRemoverDelegate();
+ virtual BrowsingDataRemoverDelegate* GetBrowsingDataRemoverDelegate() = 0;
// Creates the main net::URLRequestContextGetter. It's called only once.
virtual net::URLRequestContextGetter* CreateRequestContext(
« no previous file with comments | « content/browser/download/download_manager_impl_unittest.cc ('k') | content/public/test/test_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698