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

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

Issue 734123002: Mojify the battery status browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Tim's comments. Created 6 years, 1 month 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/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index c44788bdeab2db9697116dce9e805bb2e4a22994..79f3b9f1826429cdf7856d0bf047780f06dc3f45 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -99,6 +99,7 @@ class RenderFrameHost;
class RenderProcessHost;
class RenderViewHost;
class ResourceContext;
+class ServiceRegistry;
class SiteInstance;
class SpeechRecognitionManagerDelegate;
class VibrationProvider;
@@ -625,6 +626,8 @@ class CONTENT_EXPORT ContentBrowserClient {
virtual bool CheckMediaAccessPermission(BrowserContext* browser_context,
const GURL& security_origin,
MediaStreamType type);
+
+virtual void OverridePerProcessMojoServices(ServiceRegistry* registry);
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698