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

Unified Diff: chrome/browser/chromeos/arc/arc_service_launcher.h

Issue 2507073002: Split ArcSessionManager from ArcAuthService. (Closed)
Patch Set: Split ArcSessionManager from ArcAuthService Created 4 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: chrome/browser/chromeos/arc/arc_service_launcher.h
diff --git a/chrome/browser/chromeos/arc/arc_service_launcher.h b/chrome/browser/chromeos/arc/arc_service_launcher.h
index 7d912bbb5dc1bfcd7f89bd5841e078a36949af1a..dcff996f0b292468caf40834d7097fdacea110b1 100644
--- a/chrome/browser/chromeos/arc/arc_service_launcher.h
+++ b/chrome/browser/chromeos/arc/arc_service_launcher.h
@@ -12,6 +12,8 @@
namespace arc {
+class ArcSessionManager;
Luis Héctor Chávez 2016/11/16 17:13:34 Seems like we don't need this in this file. Is it
hidehiko 2016/11/16 19:52:05 Oops. This was just my mistake. Removed.
+
// Detects ARC availability and launches ARC bridge service.
class ArcServiceLauncher {
public:

Powered by Google App Engine
This is Rietveld 408576698