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

Unified Diff: chrome/browser/ui/apps/app_info_dialog.h

Issue 276833002: Make the App Info Dialog appear modal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed comment Created 6 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/apps/app_info_dialog.h
diff --git a/chrome/browser/ui/apps/app_info_dialog.h b/chrome/browser/ui/apps/app_info_dialog.h
index 91820784b3b5c5412338b3630168746c3dcf4029..b0d927cbccdb572f3c3133fffa90c6552175af6a 100644
--- a/chrome/browser/ui/apps/app_info_dialog.h
+++ b/chrome/browser/ui/apps/app_info_dialog.h
@@ -17,6 +17,7 @@ class Extension;
// Shows the chrome app information dialog box.
// |close_callback| may be null.
void ShowAppInfoDialog(gfx::NativeWindow parent_window,
+ gfx::Rect target_bounds,
tapted 2014/05/21 03:40:57 this should be passed by const reference, with a f
sashab 2014/05/22 07:20:21 Done.
Profile* profile,
const extensions::Extension* app,
const base::Closure& close_callback);

Powered by Google App Engine
This is Rietveld 408576698