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

Unified Diff: components/constrained_window/constrained_window_views_client.h

Issue 699553002: MacViews: Add a CreateChromeConstrainedWindowViewsClient stub (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: window->view Created 6 years, 1 month 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 | « components/constrained_window/constrained_window_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/constrained_window/constrained_window_views_client.h
diff --git a/components/constrained_window/constrained_window_views_client.h b/components/constrained_window/constrained_window_views_client.h
index 06671dec2a50b82f7562973a0b555c715dfba0dd..65cd132c75a3937876802d2342f0365e51698c26 100644
--- a/components/constrained_window/constrained_window_views_client.h
+++ b/components/constrained_window/constrained_window_views_client.h
@@ -24,9 +24,9 @@ class ConstrainedWindowViewsClient {
virtual content::WebContents* GetEmbedderWebContents(
content::WebContents* initiator_web_contents) = 0;
- // Returns the modal window host for the |parent| native window.
+ // Returns the modal window host for the |parent| native view.
virtual web_modal::ModalDialogHost* GetModalDialogHost(
- gfx::NativeWindow parent) = 0;
+ gfx::NativeView parent) = 0;
};
#endif // COMPONENTS_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_VIEWS_CLIENT_H_
« no previous file with comments | « components/constrained_window/constrained_window_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698