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

Unified Diff: chrome/browser/chromeos/login/background_view.h

Issue 3023039: Disable EULA/update/register screens for non-official builds. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: test change Created 10 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/background_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/background_view.h
diff --git a/chrome/browser/chromeos/login/background_view.h b/chrome/browser/chromeos/login/background_view.h
index 14c12f0e4fef7138f00caf660795086c568b619a..7a15f53346d1a34fd1b54ca4998cf50607668469 100644
--- a/chrome/browser/chromeos/login/background_view.h
+++ b/chrome/browser/chromeos/login/background_view.h
@@ -30,9 +30,13 @@ class BackgroundView : public views::View, public StatusAreaHost {
public:
enum LoginStep {
SELECT_NETWORK,
+#if defined(OFFICIAL_BUILD)
EULA,
+#endif
SIGNIN,
+#if defined(OFFICIAL_BUILD)
REGISTRATION,
+#endif
PICTURE
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698