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

Unified Diff: ui/views/test/test_views_delegate.h

Issue 154783002: Honor can_activate flag in ShowWindowWithState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 7 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 | « no previous file | ui/views/test/test_views_delegate.cc » ('j') | ui/views/test/test_views_delegate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/test_views_delegate.h
diff --git a/ui/views/test/test_views_delegate.h b/ui/views/test/test_views_delegate.h
index 52f11a0d1417077e33ce7074a4cd88e76c068733..4d8d57093cd2b7b0c4f97d59315c039612485240 100644
--- a/ui/views/test/test_views_delegate.h
+++ b/ui/views/test/test_views_delegate.h
@@ -19,6 +19,8 @@ class TestViewsDelegate : public ViewsDelegate {
TestViewsDelegate();
virtual ~TestViewsDelegate();
+ void SetUseDesktopNativeWidgets(bool desktop);
sky 2014/05/15 16:44:01 Inline this (meaning set_use_desktop_native_widget
mohsen 2014/05/16 15:56:09 Done.
+
void SetUseTransparentWindows(bool transparent);
// ViewsDelegate:
@@ -27,6 +29,7 @@ class TestViewsDelegate : public ViewsDelegate {
internal::NativeWidgetDelegate* delegate) OVERRIDE;
private:
+ bool use_desktop_native_widgets_;
bool use_transparent_windows_;
scoped_ptr<wm::WMState> wm_state_;
« no previous file with comments | « no previous file | ui/views/test/test_views_delegate.cc » ('j') | ui/views/test/test_views_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698