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

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

Issue 2561023002: arc: ARC loading progress should not be shown when started from OOBE. (Closed)
Patch Set: cleanup Created 4 years 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_support_host.h
diff --git a/chrome/browser/chromeos/arc/arc_support_host.h b/chrome/browser/chromeos/arc/arc_support_host.h
index 9a33c41a17166439747d8b4cd5e7df56e72940a2..399815d0f2e2d18ab99644dc37e8a3408903108f 100644
--- a/chrome/browser/chromeos/arc/arc_support_host.h
+++ b/chrome/browser/chromeos/arc/arc_support_host.h
@@ -125,6 +125,9 @@ class ArcSupportHost : public arc::ArcSupportMessageHost::Observer,
// TODO(hidehiko): Remove this exposure.
UIPage ui_page() const { return ui_page_; }
+ // Returns true if message host is currently attached which means UI is shown.
+ bool has_message_host() const { return message_host_; }
hidehiko 2016/12/16 05:31:50 Please do not expose anything about related to mes
khmel 2016/12/16 18:37:55 It is needed, please see void ArcSessionManager::O
hidehiko 2016/12/19 15:49:44 Oh I see. Then please use ui_page_, instead, for t
khmel 2016/12/19 17:48:10 I added parameter force_activate to ShowArcLoading
+
void SetRequestOpenAppCallbackForTesting(
const RequestOpenAppCallback& callback);

Powered by Google App Engine
This is Rietveld 408576698