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

Unified Diff: chrome/browser/ui/confirm_bubble.h

Issue 393763002: MacViews: Refactor ShowConfirmBubble to also take a gfx::NativeWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new approach: extra argument Created 6 years, 5 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
« no previous file with comments | « chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm ('k') | chrome/browser/ui/views/confirm_bubble_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/confirm_bubble.h
diff --git a/chrome/browser/ui/confirm_bubble.h b/chrome/browser/ui/confirm_bubble.h
index d5deae0999d3e99af88be18403c1ea7fe4799664..415c026f1f6538e66707d12394653fccab94179e 100644
--- a/chrome/browser/ui/confirm_bubble.h
+++ b/chrome/browser/ui/confirm_bubble.h
@@ -18,7 +18,8 @@ namespace chrome {
// Creates a bubble and shows it with its top center at the specified
// |origin|. A bubble created by this function takes ownership of the
// specified |model|.
-void ShowConfirmBubble(gfx::NativeView view,
+void ShowConfirmBubble(gfx::NativeWindow window,
+ gfx::NativeView anchor_view,
const gfx::Point& origin,
ConfirmBubbleModel* model);
« no previous file with comments | « chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm ('k') | chrome/browser/ui/views/confirm_bubble_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698