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

Unified Diff: chrome/browser/ui/views/tab_dialogs_views.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 tests 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
Index: chrome/browser/ui/views/tab_dialogs_views.h
diff --git a/chrome/browser/ui/views/tab_dialogs_views.h b/chrome/browser/ui/views/tab_dialogs_views.h
index 555262db0961ea261de110ebcf5d4940ba3a2a1d..8ee285007f52a31998f22264bbf8d06b0f7a5ad3 100644
--- a/chrome/browser/ui/views/tab_dialogs_views.h
+++ b/chrome/browser/ui/views/tab_dialogs_views.h
@@ -15,6 +15,7 @@ class TabDialogsViews : public TabDialogs {
~TabDialogsViews() override;
// TabDialogs:
+ gfx::NativeView GetDialogParentView() const override;
tapted 2015/04/02 04:35:22 is there code elsewhere in c/b/ui/views that shoul
Andre 2015/04/02 17:17:31 I'm not sure, but TabDialogViews::GetDialogParentV
void ShowCollectedCookies() override;
void ShowHungRendererDialog() override;
void HideHungRendererDialog() override;

Powered by Google App Engine
This is Rietveld 408576698