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

Unified Diff: chrome/browser/ui/views/extensions/extension_dialog.h

Issue 14837004: Files.app: Fixed the problem that dialog opened by Ctrl+O cannot be expand. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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: chrome/browser/ui/views/extensions/extension_dialog.h
diff --git a/chrome/browser/ui/views/extensions/extension_dialog.h b/chrome/browser/ui/views/extensions/extension_dialog.h
index 8e182bd9e74c12e7d48c9faa9665a4210ff59b63..d8e74580036ca15df6dfb2ba03bcf707c844f0e7 100644
--- a/chrome/browser/ui/views/extensions/extension_dialog.h
+++ b/chrome/browser/ui/views/extensions/extension_dialog.h
@@ -42,6 +42,8 @@ class ExtensionDialog : public views::WidgetDelegate,
content::WebContents* web_contents,
int width,
int height,
+ int minWidth,
sky 2013/05/08 16:14:42 min_width, min_height
hirono 2013/05/09 02:23:16 Done.
+ int minHeight,
const string16& title,
ExtensionDialogObserver* observer);

Powered by Google App Engine
This is Rietveld 408576698