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

Unified Diff: chrome/browser/views/page_info_bubble_view.h

Issue 3170043: Revert 57311 - Part 2 of the SSL InfoBubble.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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/page_info_model.cc ('k') | chrome/browser/views/page_info_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/page_info_bubble_view.h
===================================================================
--- chrome/browser/views/page_info_bubble_view.h (revision 57313)
+++ chrome/browser/views/page_info_bubble_view.h (working copy)
@@ -18,15 +18,12 @@
public PageInfoModel::PageInfoModelObserver,
public InfoBubbleDelegate {
public:
- PageInfoBubbleView(gfx::NativeWindow parent_window,
- Profile* profile,
+ PageInfoBubbleView(Profile* profile,
const GURL& url,
const NavigationEntry::SSLStatus& ssl,
bool show_history);
virtual ~PageInfoBubbleView();
- // Show the certificate dialog.
- void ShowCertDialog();
void set_info_bubble(InfoBubble* info_bubble) { info_bubble_ = info_bubble; }
@@ -47,9 +44,6 @@
// Layout the sections within the bubble.
void LayoutSections();
- // The parent window of the InfoBubble showing this view.
- gfx::NativeWindow parent_window_;
-
// The model providing the various section info.
PageInfoModel model_;
« no previous file with comments | « chrome/browser/page_info_model.cc ('k') | chrome/browser/views/page_info_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698