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

Unified Diff: chrome/browser/chromeos/login/screens/gaia_screen.h

Issue 298193002: Revert of ChromeOS login webui refactoring: split user selection/gaia login screens. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/login/screens/gaia_screen.h
diff --git a/chrome/browser/chromeos/login/screens/gaia_screen.h b/chrome/browser/chromeos/login/screens/gaia_screen.h
deleted file mode 100644
index 8a2f19c623beb85e8e28bb0ce5f511a4585782bd..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/login/screens/gaia_screen.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright (c) 2012 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_SCREENS_GAIA_SCREEN_H_
-#define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_GAIA_SCREEN_H_
-
-#include <string>
-
-#include "base/bind.h"
-#include "base/compiler_specific.h"
-
-namespace chromeos {
-
-class LoginDisplayWebUIHandler;
-
-// This class represents GAIA screen: login screen that is responsible for
-// GAIA-based sign-in.
-class GaiaScreen {
- public:
- GaiaScreen();
- virtual ~GaiaScreen();
- void SetHandler(LoginDisplayWebUIHandler* handler);
-
- private:
- LoginDisplayWebUIHandler* handler_;
-
- DISALLOW_COPY_AND_ASSIGN(GaiaScreen);
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_GAIA_SCREEN_H_
« no previous file with comments | « chrome/browser/chromeos/login/screens/core_oobe_actor.h ('k') | chrome/browser/chromeos/login/screens/gaia_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698