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

Unified Diff: extensions/shell/browser/shell_web_contents_modal_dialog_manager.cc

Issue 2172363002: Created min size for print preview dialog and modified to allow the Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Track independent bounds as native window property not member of widget class Created 4 years, 4 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
Index: extensions/shell/browser/shell_web_contents_modal_dialog_manager.cc
diff --git a/extensions/shell/browser/shell_web_contents_modal_dialog_manager.cc b/extensions/shell/browser/shell_web_contents_modal_dialog_manager.cc
index 266f37960dfc8ffa4f482861fd42b3cb24f21708..09a4d09c1ee8de6117f4c2bd8481153fad235f4b 100644
--- a/extensions/shell/browser/shell_web_contents_modal_dialog_manager.cc
+++ b/extensions/shell/browser/shell_web_contents_modal_dialog_manager.cc
@@ -9,7 +9,9 @@ namespace web_modal {
SingleWebContentsDialogManager*
WebContentsModalDialogManager::CreateNativeWebModalManager(
gfx::NativeWindow dialog,
- SingleWebContentsDialogManagerDelegate* native_delegate) {
+ SingleWebContentsDialogManagerDelegate* native_delegate,
+ bool * independent_bounds,
+ const char * kHasIndependentBoundsKey) {
// TODO(oshima): Investigate if we need to implement this.
NOTREACHED();
return NULL;

Powered by Google App Engine
This is Rietveld 408576698