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

Unified Diff: chrome/browser/ui/views/chrome_constrained_window_views_client.cc

Issue 699553002: MacViews: Add a CreateChromeConstrainedWindowViewsClient stub (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | chrome/browser/ui/views/chrome_constrained_window_views_client_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_constrained_window_views_client.cc
diff --git a/chrome/browser/ui/views/chrome_constrained_window_views_client.cc b/chrome/browser/ui/views/chrome_constrained_window_views_client.cc
index aea31f9736f6b596937eaef9b07a625dbcb1dfea..37ba17e040de804e11466ed9f5d917c1cfe2d820 100644
--- a/chrome/browser/ui/views/chrome_constrained_window_views_client.cc
+++ b/chrome/browser/ui/views/chrome_constrained_window_views_client.cc
@@ -26,7 +26,7 @@ class ChromeConstrainedWindowViewsClient
guest_view->embedder_web_contents() : initiator_web_contents;
}
web_modal::ModalDialogHost* GetModalDialogHost(
- gfx::NativeWindow parent) override {
+ gfx::NativeView parent) override {
// Get the browser dialog management and hosting components from |parent|.
Browser* browser = chrome::FindBrowserWithWindow(parent);
tapted 2014/11/03 07:11:42 note this line only works on aura currently, but i
if (browser) {
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_constrained_window_views_client_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698