| Index: views/widget/widget.h
|
| ===================================================================
|
| --- views/widget/widget.h (revision 66785)
|
| +++ views/widget/widget.h (working copy)
|
| @@ -207,8 +207,9 @@
|
| // Sets/Gets a native window property on the underlying native window object.
|
| // Returns NULL if the property does not exist. Setting the property value to
|
| // NULL removes the property.
|
| - virtual void SetNativeWindowProperty(const char* name, void* value) = 0;
|
| - virtual void* GetNativeWindowProperty(const char* name) = 0;
|
| + virtual void SetNativeWindowProperty(const std::wstring& name,
|
| + void* value) = 0;
|
| + virtual void* GetNativeWindowProperty(const std::wstring& name) = 0;
|
|
|
| // Gets the theme provider.
|
| virtual ThemeProvider* GetThemeProvider() const = 0;
|
|
|