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

Unified Diff: views/widget/child_window_message_processor.h

Issue 5184009: Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/focus/focus_util_win.cc ('k') | views/widget/child_window_message_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/child_window_message_processor.h
===================================================================
--- views/widget/child_window_message_processor.h (revision 66785)
+++ views/widget/child_window_message_processor.h (working copy)
@@ -9,8 +9,10 @@
#include <windows.h>
namespace app {
-class ViewProp;
+namespace win {
+class ScopedProp;
}
+}
namespace views {
@@ -23,8 +25,8 @@
public:
// Registers |processor| for |hwnd|. The caller takes ownership of the
// returned object.
- static app::ViewProp* Register(HWND hwnd,
- ChildWindowMessageProcessor* processor);
+ static app::win::ScopedProp* Register(HWND hwnd,
+ ChildWindowMessageProcessor* processor);
// Returns the ChildWindowMessageProcessor for |hwnd|, NULL if there isn't
// one.
« no previous file with comments | « views/focus/focus_util_win.cc ('k') | views/widget/child_window_message_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698