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

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

Issue 8480033: CrOs: Remove 29 exit time destructors and 8 static initializers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload 2 Created 9 years, 1 month 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_WIZARD_ACCESSIBILITY_HELPER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_ACCESSIBILITY_HELPER_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_ACCESSIBILITY_HELPER_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_ACCESSIBILITY_HELPER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/memory/singleton.h" 10 #include "base/memory/singleton.h"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 WizardAccessibilityHelper(); 52 WizardAccessibilityHelper();
53 53
54 virtual ~WizardAccessibilityHelper(); 54 virtual ~WizardAccessibilityHelper();
55 55
56 void RegisterNotifications(); 56 void RegisterNotifications();
57 57
58 bool IsAccessibilityEnabled(); 58 bool IsAccessibilityEnabled();
59 59
60 void SetAccessibilityEnabled(bool); 60 void SetAccessibilityEnabled(bool);
61 61
62 static scoped_ptr<ui::Accelerator> accelerator_;
63
64 scoped_ptr<WizardAccessibilityHandler> accessibility_handler_; 62 scoped_ptr<WizardAccessibilityHandler> accessibility_handler_;
65 63
66 Profile* profile_; 64 Profile* profile_;
67 65
68 // Used for tracking registrations to accessibility notifications. 66 // Used for tracking registrations to accessibility notifications.
69 content::NotificationRegistrar registrar_; 67 content::NotificationRegistrar registrar_;
70 68
71 bool registered_notifications_; 69 bool registered_notifications_;
72 70
73 DISALLOW_COPY_AND_ASSIGN(WizardAccessibilityHelper); 71 DISALLOW_COPY_AND_ASSIGN(WizardAccessibilityHelper);
74 }; 72 };
75 73
76 } // namespace chromeos 74 } // namespace chromeos
77 75
78 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_ACCESSIBILITY_HELPER_H_ 76 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_ACCESSIBILITY_HELPER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/registration_screen.cc ('k') | chrome/browser/chromeos/login/wizard_accessibility_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698