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

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

Issue 2561023002: arc: ARC loading progress should not be shown when started from OOBE. (Closed)
Patch Set: small fix 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_session_manager.h
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.h b/chrome/browser/chromeos/arc/arc_session_manager.h
index 5c6a16e759de31556166ac3b5dbf846a999b6347..e1e7e13f6bd1c6519fcf357623ad08c0e056c059 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.h
+++ b/chrome/browser/chromeos/arc/arc_session_manager.h
@@ -210,12 +210,12 @@ class ArcSessionManager : public ArcService,
private:
// Negotiates the terms of service to user.
- void StartTermsOfServiceNegotiation();
+ void StartTermsOfServiceNegotiation(bool initial_run);
void OnTermsOfServiceNegotiated(bool accepted);
void SetState(State state);
void ShutdownBridge();
- void OnOptInPreferenceChanged();
+ void OnOptInPreferenceChanged(bool initial_run);
void OnAndroidManagementPassed();
void OnArcDataRemoved(bool success);
void OnArcSignInTimeout();

Powered by Google App Engine
This is Rietveld 408576698