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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 1371793004: Provide the DeviceManager service to the renderer directly, no app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface_permission
Patch Set: Fix header inclusion in chrome_content_browser_client.cc. Created 5 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/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index a3ebce13c1aac23d4eb7ab9d9747935bacf7bccc..c1af30ca4beb0940f5e97b5c9b96d1f76e9154bf 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -274,8 +274,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
void RegisterFrameMojoShellServices(
content::ServiceRegistry* registry,
content::RenderFrameHost* render_frame_host) override;
- void RegisterInProcessMojoApplications(
- StaticMojoApplicationMap* apps) override;
+ void RegisterRenderFrameMojoServices(
+ content::ServiceRegistry* registry,
+ content::RenderFrameHost* render_frame_host) override;
void OpenURL(content::BrowserContext* browser_context,
const content::OpenURLParams& params,
const base::Callback<void(content::WebContents*)>& callback)

Powered by Google App Engine
This is Rietveld 408576698