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

Side by Side Diff: views/accessibility/view_accessibility.h

Issue 5075003: Converts usage of SetProp/GetProp to a map. Even after making sure we (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gyp files Created 10 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 VIEWS_ACCESSIBILITY_VIEW_ACCESSIBILITY_H_ 5 #ifndef VIEWS_ACCESSIBILITY_VIEW_ACCESSIBILITY_H_
6 #define VIEWS_ACCESSIBILITY_VIEW_ACCESSIBILITY_H_ 6 #define VIEWS_ACCESSIBILITY_VIEW_ACCESSIBILITY_H_
7 #pragma once 7 #pragma once
8 8
9 #include <atlbase.h> 9 #include <atlbase.h>
10 #include <atlcom.h> 10 #include <atlcom.h>
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 153
154 // Give CComObject access to the class constructor. 154 // Give CComObject access to the class constructor.
155 template <class Base> friend class CComObject; 155 template <class Base> friend class CComObject;
156 156
157 // Member View needed for view-specific calls. 157 // Member View needed for view-specific calls.
158 views::View* view_; 158 views::View* view_;
159 159
160 DISALLOW_COPY_AND_ASSIGN(ViewAccessibility); 160 DISALLOW_COPY_AND_ASSIGN(ViewAccessibility);
161 }; 161 };
162 162
163 extern const wchar_t kViewsNativeHostPropForAccessibility[]; 163 extern const char kViewsNativeHostPropForAccessibility[];
164 164
165 #endif // VIEWS_ACCESSIBILITY_VIEW_ACCESSIBILITY_H_ 165 #endif // VIEWS_ACCESSIBILITY_VIEW_ACCESSIBILITY_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | views/accessibility/view_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698