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

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

Issue 11795004: Continue threading context through unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/tabs/tab_unittest.cc ('k') | ui/views/test/child_modal_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/child_modal_window.h
diff --git a/ui/views/test/child_modal_window.h b/ui/views/test/child_modal_window.h
index f7fb8cbe97c9b57f583894aec23d63be7d65ce6c..455df7cab51a78172ef3a4044f66dff252404e05 100644
--- a/ui/views/test/child_modal_window.h
+++ b/ui/views/test/child_modal_window.h
@@ -17,13 +17,13 @@ class View;
class Widget;
namespace test {
-void CreateChildModalParent();
+void CreateChildModalParent(gfx::NativeView context);
class ChildModalParent : public WidgetDelegateView,
public ButtonListener,
public WidgetObserver {
public:
- ChildModalParent();
+ ChildModalParent(gfx::NativeView context);
virtual ~ChildModalParent();
void ShowChild();
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_unittest.cc ('k') | ui/views/test/child_modal_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698