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

Side by Side Diff: chrome/browser/chromeos/login/dom_login_display_host.h

Issue 6973029: Integrate WebUI Login with cros. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed patch staleness Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_DOM_LOGIN_DISPLAY_HOST_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_DOM_LOGIN_DISPLAY_HOST_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_DOM_LOGIN_DISPLAY_HOST_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_DOM_LOGIN_DISPLAY_HOST_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "chrome/browser/chromeos/login/base_login_display_host.h" 11 #include "chrome/browser/chromeos/login/base_login_display_host.h"
12 #include "ui/gfx/rect.h"
13 12
14 namespace gfx { 13 namespace gfx {
15 class Rect; 14 class Rect;
16 } // namespace gfx 15 } // namespace gfx
17 16
18 namespace chromeos { 17 namespace chromeos {
19 18
20 // DOM-specific implementation of the OOBE/login screen host. 19 // DOM-specific implementation of the OOBE/login screen host.
21 // Uses DOMLoginDisplay as the login screen UI implementation, 20 // Uses DOMLoginDisplay as the login screen UI implementation,
22 class DOMLoginDisplayHost : public BaseLoginDisplayHost { 21 class DOMLoginDisplayHost : public BaseLoginDisplayHost {
(...skipping 12 matching lines...) Expand all
35 virtual void SetStatusAreaVisible(bool visible) OVERRIDE; 34 virtual void SetStatusAreaVisible(bool visible) OVERRIDE;
36 virtual void ShowBackground() OVERRIDE; 35 virtual void ShowBackground() OVERRIDE;
37 36
38 private: 37 private:
39 DISALLOW_COPY_AND_ASSIGN(DOMLoginDisplayHost); 38 DISALLOW_COPY_AND_ASSIGN(DOMLoginDisplayHost);
40 }; 39 };
41 40
42 } // namespace chromeos 41 } // namespace chromeos
43 42
44 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_DOM_LOGIN_DISPLAY_HOST_H_ 43 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_DOM_LOGIN_DISPLAY_HOST_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/dom_login_display.cc ('k') | chrome/browser/chromeos/login/dom_login_display_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698