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

Unified Diff: trunk/src/chrome/browser/chromeos/login/signin_specifics.h

Issue 319633005: Revert 275492 "ChromeOS login webui refactoring : Simplify login..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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: trunk/src/chrome/browser/chromeos/login/signin_specifics.h
===================================================================
--- trunk/src/chrome/browser/chromeos/login/signin_specifics.h (revision 275547)
+++ trunk/src/chrome/browser/chromeos/login/signin_specifics.h (working copy)
@@ -1,30 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SIGNIN_SPECIFICS_H_
-#define CHROME_BROWSER_CHROMEOS_LOGIN_SIGNIN_SPECIFICS_H_
-
-#include <string>
-
-namespace chromeos {
-
-// This structure encapsulates some specific parameters of signin flows that are
-// not
-// general enough to be put to UserContext.
-struct SigninSpecifics {
- SigninSpecifics();
-
- // Specifies url that should be shown during Guest signin.
- std::string guest_mode_url;
-
- // Specifies if locale should be passed to guest mode url.
- bool guest_mode_url_append_locale;
-
- // Controls diagnostic mode for Kiosk App signin.
- bool kiosk_diagnostic_mode;
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SIGNIN_SPECIFICS_H_

Powered by Google App Engine
This is Rietveld 408576698