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

Side by Side Diff: chrome/browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.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_KIOSK_MODE_KIOSK_MODE_IDLE_LOGOUT_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_KIOSK_MODE_KIOSK_MODE_IDLE_LOGOUT_H_
6 #define CHROME_BROWSER_CHROMEOS_KIOSK_MODE_KIOSK_MODE_IDLE_LOGOUT_H_ 6 #define CHROME_BROWSER_CHROMEOS_KIOSK_MODE_KIOSK_MODE_IDLE_LOGOUT_H_
7 7
8 #include "ash/wm/user_activity_observer.h" 8 #include "ash/wm/user_activity_observer.h"
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/timer.h" 11 #include "base/timer/timer.h"
12 #include "content/public/browser/notification_observer.h" 12 #include "content/public/browser/notification_observer.h"
13 #include "content/public/browser/notification_registrar.h" 13 #include "content/public/browser/notification_registrar.h"
14 14
15 namespace chromeos { 15 namespace chromeos {
16 16
17 class KioskModeIdleLogout : public ash::UserActivityObserver, 17 class KioskModeIdleLogout : public ash::UserActivityObserver,
18 public content::NotificationObserver { 18 public content::NotificationObserver {
19 public: 19 public:
20 static void Initialize(); 20 static void Initialize();
21 21
(...skipping 26 matching lines...) Expand all
48 content::NotificationRegistrar registrar_; 48 content::NotificationRegistrar registrar_;
49 49
50 base::OneShotTimer<KioskModeIdleLogout> timer_; 50 base::OneShotTimer<KioskModeIdleLogout> timer_;
51 51
52 DISALLOW_COPY_AND_ASSIGN(KioskModeIdleLogout); 52 DISALLOW_COPY_AND_ASSIGN(KioskModeIdleLogout);
53 }; 53 };
54 54
55 } // namespace chromeos 55 } // namespace chromeos
56 56
57 #endif // CHROME_BROWSER_CHROMEOS_KIOSK_MODE_KIOSK_MODE_IDLE_LOGOUT_H_ 57 #endif // CHROME_BROWSER_CHROMEOS_KIOSK_MODE_KIOSK_MODE_IDLE_LOGOUT_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/delayable_widget.h ('k') | chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698