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

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

Issue 11758002: Desktop aura: Expand what the ViewsDelegate can do to new windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't clobber native_widget Created 7 years, 12 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 | « chrome/browser/ui/views/chrome_views_delegate.cc ('k') | ui/views/test/desktop_test_views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/desktop_test_views_delegate.h
diff --git a/ui/views/test/desktop_test_views_delegate.h b/ui/views/test/desktop_test_views_delegate.h
index 3a96256305ca0a61239d2d27c4f4863ce14bc665..32f2ad780a6667fa3436f46549edc4fcb9dbcd27 100644
--- a/ui/views/test/desktop_test_views_delegate.h
+++ b/ui/views/test/desktop_test_views_delegate.h
@@ -18,11 +18,8 @@ class DesktopTestViewsDelegate : public TestViewsDelegate {
virtual ~DesktopTestViewsDelegate();
// Overridden from ViewsDelegate:
- virtual NativeWidget* CreateNativeWidget(
- Widget::InitParams::Type type,
- internal::NativeWidgetDelegate* delegate,
- gfx::NativeView parent,
- gfx::NativeView context) OVERRIDE;
+ virtual void OnBeforeWidgetInit(Widget::InitParams* params,
+ internal::NativeWidgetDelegate* delegate) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(DesktopTestViewsDelegate);
« no previous file with comments | « chrome/browser/ui/views/chrome_views_delegate.cc ('k') | ui/views/test/desktop_test_views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698