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

Unified Diff: ui/views/widget/widget.h

Issue 10084020: Removing defunct code around PureViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge tests. Created 8 years, 8 months 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 | « ui/views/widget/native_widget_win.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/views/widget/native_widget_win.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698