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 eb33f493433b56dc84195f846a2b3902441676b2..c093027044c80d7f3a65255abfe1984c35ebc599 100644 |
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.h |
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.h |
@@ -18,6 +18,7 @@ class SessionManager; |
} |
namespace arc { |
+class ArcDataManager; |
class ArcServiceLauncher; |
} |
@@ -84,6 +85,7 @@ class ChromeBrowserMainPartsChromeos : public ChromeBrowserMainPartsLinux { |
scoped_refptr<chromeos::ExternalMetrics> external_metrics_; |
std::unique_ptr<arc::ArcServiceLauncher> arc_service_launcher_; |
+ std::unique_ptr<arc::ArcDataManager> arc_data_manager_; |
stevenjb
2016/05/13 17:13:55
We should make this part of arc_service_launcher_
dspaid
2016/05/15 23:58:51
I'm not sure I understand how this would work. Ri
stevenjb
2016/05/16 15:56:06
The current model that Arc is using, from a somewh
|
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsChromeos); |
}; |