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

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

Issue 2450823002: Remove async load concept for ToS from native code. (Closed)
Patch Set: Address comments. Created 4 years, 2 months 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_auth_service.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
index 8a683167050d71cad7908148f6cd6aeb97719ea6..adf9e209c9256d53c263b7b49017fac9a922e6c3 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -66,7 +66,6 @@ class ArcAuthService : public ArcService,
enum class UIPage {
NO_PAGE, // Hide everything.
- TERMS_PROGRESS, // Terms loading progress page.
TERMS, // Terms content page.
LSO_PROGRESS, // LSO loading progress page.
LSO, // LSO page to enter user's credentials.

Powered by Google App Engine
This is Rietveld 408576698