| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 86201ff873fb6d3ec960659e8aa7d76c8488d020..8f1baca538ae88c6e9b8915a4ff6b87ac42eb523 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -218,11 +218,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| const Widget* target,
|
| gfx::Rect* rect);
|
|
|
| - // SetPureViews and IsPureViews update and return the state of a global
|
| - // setting that tracks whether to use available pure Views implementations.
|
| - static void SetPureViews(bool pure);
|
| - static bool IsPureViews();
|
| -
|
| // Retrieves the Widget implementation associated with the given
|
| // NativeView or Window, or NULL if the supplied handle has no associated
|
| // Widget.
|
|
|