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

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

Issue 1053463002: MacViews: Use native certificate viewer in MacViews browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@translate
Patch Set: Fix for tapted and rebase Created 5 years, 9 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/tabs/tab_strip_controller.mm ('k') | chrome/browser/ui/views/tab_dialogs_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tab_dialogs.h
diff --git a/chrome/browser/ui/tab_dialogs.h b/chrome/browser/ui/tab_dialogs.h
index f48f6da0b3081d1715b1d5b14d43e02f32eeddd3..165501325a51a7b7cf024e1c04090867aa7ef3f6 100644
--- a/chrome/browser/ui/tab_dialogs.h
+++ b/chrome/browser/ui/tab_dialogs.h
@@ -11,6 +11,7 @@
#include "base/strings/string16.h"
#include "base/supports_user_data.h"
#include "chrome/browser/ui/validation_message_bubble.h"
+#include "ui/gfx/native_widget_types.h"
class Browser;
class Profile;
@@ -40,6 +41,9 @@ class TabDialogs : public base::SupportsUserData::Data {
// If no instance was attached, returns NULL.
static TabDialogs* FromWebContents(content::WebContents* contents);
+ // Returns the parent view to use when showing a tab modal dialog.
+ virtual gfx::NativeView GetDialogParentView() const = 0;
+
// Shows the collected cookies dialog box.
virtual void ShowCollectedCookies() = 0;
« no previous file with comments | « chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm ('k') | chrome/browser/ui/views/tab_dialogs_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698