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

Unified Diff: ios/chrome/browser/application_context.h

Issue 2113473002: Add a Physical Web data source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 4 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
« no previous file with comments | « ios/chrome/browser/DEPS ('k') | ios/chrome/browser/application_context_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/application_context.h
diff --git a/ios/chrome/browser/application_context.h b/ios/chrome/browser/application_context.h
index 2e7fbf7a5f73848a4785727b8fbe81df62661d7f..7d14884d97d308fa50a43ca421ca3596416ae024 100644
--- a/ios/chrome/browser/application_context.h
+++ b/ios/chrome/browser/application_context.h
@@ -56,6 +56,7 @@ class VariationsService;
class ApplicationContext;
class CRLSetFetcher;
class IOSChromeIOThread;
+class PhysicalWebDataSource;
class PrefService;
// Gets the global application context. Cannot return null.
@@ -124,6 +125,9 @@ class ApplicationContext {
// Gets the CRLSetFetcher.
virtual CRLSetFetcher* GetCRLSetFetcher() = 0;
+ // Gets the PhysicalWebDataSource.
+ virtual PhysicalWebDataSource* GetPhysicalWebDataSource() = 0;
+
protected:
// Sets the global ApplicationContext instance.
static void SetApplicationContext(ApplicationContext* context);
« no previous file with comments | « ios/chrome/browser/DEPS ('k') | ios/chrome/browser/application_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698