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

Unified Diff: chrome/browser/browser_process_platform_part_base.h

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Removing debug include. Created 3 years, 5 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 | « chrome/browser/DEPS ('k') | chrome/browser/browser_process_platform_part_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_platform_part_base.h
diff --git a/chrome/browser/browser_process_platform_part_base.h b/chrome/browser/browser_process_platform_part_base.h
index af9d60c0683554e678fa9bc5e7007241043ed272..d8becac696ae8bfd975c7f6115f3c58dad57f987 100644
--- a/chrome/browser/browser_process_platform_part_base.h
+++ b/chrome/browser/browser_process_platform_part_base.h
@@ -8,6 +8,7 @@
#include <memory>
#include "base/macros.h"
+#include "content/public/browser/content_browser_client.h"
namespace base {
class CommandLine;
@@ -41,6 +42,10 @@ class BrowserProcessPlatformPartBase {
virtual std::unique_ptr<policy::BrowserPolicyConnector>
CreateBrowserPolicyConnector();
+ // Called from ChromeContentBrowserClient::RegisterInProcessServices
+ virtual void RegisterInProcessServices(
+ content::ContentBrowserClient::StaticServiceMap* services);
+
private:
DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPartBase);
};
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/browser_process_platform_part_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698