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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.h

Issue 1475563002: arc-bridge: Implement IPC message for app launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing files Created 5 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/chrome_browser_main_chromeos.h
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.h b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
index 10b3a3b7e8df01971f84a6a0e269fd70d752eb5d..aed0f29219f26a8d946874103932947e295da615 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.h
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
@@ -17,7 +17,7 @@ class SessionManager;
#if defined(ENABLE_ARC)
namespace arc {
-class ArcBridgeService;
+class ArcBridgeServiceImpl;
}
#endif
@@ -84,7 +84,7 @@ class ChromeBrowserMainPartsChromeos : public ChromeBrowserMainPartsLinux {
scoped_refptr<chromeos::ExternalMetrics> external_metrics_;
#if defined(ENABLE_ARC)
- scoped_ptr<arc::ArcBridgeService> arc_bridge_service_;
+ scoped_ptr<arc::ArcBridgeServiceImpl> arc_bridge_service_;
jochen (gone - plz use gerrit) 2015/11/24 13:14:03 why are you directly using the Impl instead of hav
khmel1 2015/11/25 03:35:42 Good point, thanks. Done
#endif
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsChromeos);
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698