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

Unified Diff: chrome/browser/ui/views/tab_dialogs_views.cc

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/views/tab_dialogs_views.h ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tab_dialogs_views.cc
diff --git a/chrome/browser/ui/views/tab_dialogs_views.cc b/chrome/browser/ui/views/tab_dialogs_views.cc
index becdb5796ad7ad4ddf762562ed9c15a630474d23..f235dce01779297247ba246adbefd82eaf43823b 100644
--- a/chrome/browser/ui/views/tab_dialogs_views.cc
+++ b/chrome/browser/ui/views/tab_dialogs_views.cc
@@ -26,6 +26,10 @@ TabDialogsViews::TabDialogsViews(content::WebContents* contents)
TabDialogsViews::~TabDialogsViews() {
}
+gfx::NativeView TabDialogsViews::GetDialogParentView() const {
+ return web_contents_->GetNativeView();
+}
+
void TabDialogsViews::ShowCollectedCookies() {
// Deletes itself on close.
new CollectedCookiesViews(web_contents_);
« no previous file with comments | « chrome/browser/ui/views/tab_dialogs_views.h ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698