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

Side by Side Diff: chrome/browser/chromeos/login/screens/update_screen_actor.h

Issue 18050009: Use a direct include of time headers in chrome/browser/, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_SCREENS_UPDATE_SCREEN_ACTOR_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_UPDATE_SCREEN_ACTOR_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_UPDATE_SCREEN_ACTOR_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_UPDATE_SCREEN_ACTOR_H_
7 7
8 #include "base/time.h" 8 #include "base/time/time.h"
9 9
10 namespace chromeos { 10 namespace chromeos {
11 11
12 class UpdateScreenActor { 12 class UpdateScreenActor {
13 public: 13 public:
14 // Indices for corresponding info messages during update stage. 14 // Indices for corresponding info messages during update stage.
15 enum ProgressMessage { 15 enum ProgressMessage {
16 PROGRESS_MESSAGE_UPDATE_AVAILABLE = 0, 16 PROGRESS_MESSAGE_UPDATE_AVAILABLE = 0,
17 PROGRESS_MESSAGE_INSTALLING_UPDATE, 17 PROGRESS_MESSAGE_INSTALLING_UPDATE,
18 PROGRESS_MESSAGE_VERIFYING, 18 PROGRESS_MESSAGE_VERIFYING,
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 // Sets message under progress bar. 58 // Sets message under progress bar.
59 virtual void SetProgressMessage(ProgressMessage message) = 0; 59 virtual void SetProgressMessage(ProgressMessage message) = 0;
60 60
61 // Shows screen curtains. 61 // Shows screen curtains.
62 virtual void ShowCurtain(bool visible) = 0; 62 virtual void ShowCurtain(bool visible) = 0;
63 }; 63 };
64 64
65 } // namespace chromeos 65 } // namespace chromeos
66 66
67 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_UPDATE_SCREEN_ACTOR_H_ 67 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_UPDATE_SCREEN_ACTOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/screens/update_screen.h ('k') | chrome/browser/chromeos/login/user_image_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698