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

Side by Side Diff: chrome/browser/ui/views/login_view.h

Issue 5606002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_UI_VIEWS_LOGIN_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_LOGIN_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_LOGIN_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_LOGIN_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/task.h" 9 #include "base/task.h"
10 #include "chrome/browser/login_model.h" 10 #include "chrome/browser/ui/login/login_model.h"
11 #include "views/view.h" 11 #include "views/view.h"
12 12
13 namespace views { 13 namespace views {
14 class Label; 14 class Label;
15 class Textfield; 15 class Textfield;
16 class LoginModel; 16 class LoginModel;
17 } // namespace views 17 } // namespace views
18 18
19 // This class is responsible for displaying the contents of a login window 19 // This class is responsible for displaying the contents of a login window
20 // for HTTP/FTP authentication. 20 // for HTTP/FTP authentication.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 const bool focus_view_; 73 const bool focus_view_;
74 74
75 // Indicates that this view was created when focus manager was unavailable 75 // Indicates that this view was created when focus manager was unavailable
76 // (on the hidden tab, for example). This is only used if focus_view_ is true. 76 // (on the hidden tab, for example). This is only used if focus_view_ is true.
77 bool focus_delayed_; 77 bool focus_delayed_;
78 78
79 DISALLOW_COPY_AND_ASSIGN(LoginView); 79 DISALLOW_COPY_AND_ASSIGN(LoginView);
80 }; 80 };
81 81
82 #endif // CHROME_BROWSER_UI_VIEWS_LOGIN_VIEW_H_ 82 #endif // CHROME_BROWSER_UI_VIEWS_LOGIN_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/location_bar/selected_keyword_view.cc ('k') | chrome/browser/ui/views/notifications/balloon_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698