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

Unified Diff: chrome/browser/browser_process.h

Issue 2361603002: Add an empty Android implementation of the PhysicalWebDataSource (Closed)
Patch Set: rebase Created 4 years, 3 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/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index f947509cd4ff72e573bcf15c22f77f1e81c71e5b..e7b669095bd798900fdf3c2be06e49ef239fd5e0 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -32,6 +32,7 @@ class IOThread;
class MediaFileSystemRegistry;
class NotificationPlatformBridge;
class NotificationUIManager;
+class PhysicalWebDataSource;
class PrefRegistrySimple;
class PrefService;
class Profile;
@@ -278,6 +279,9 @@ class BrowserProcess {
virtual shell_integration::DefaultWebClientState
CachedDefaultWebClientState() = 0;
+ // Returns the Physical Web data source.
+ virtual PhysicalWebDataSource* GetPhysicalWebDataSource() = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(BrowserProcess);
};
« no previous file with comments | « chrome/browser/android/physical_web/physical_web_data_source_android.cc ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698