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

Unified Diff: chrome/browser/chromeos/attestation/platform_verification_dialog.h

Issue 243463006: Merge 264451 "Fixes the crash for "learn more" link of the dialo..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: Created 6 years, 8 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 | « no previous file | chrome/browser/chromeos/attestation/platform_verification_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/attestation/platform_verification_dialog.h
===================================================================
--- chrome/browser/chromeos/attestation/platform_verification_dialog.h (revision 265096)
+++ chrome/browser/chromeos/attestation/platform_verification_dialog.h (working copy)
@@ -12,8 +12,6 @@
#include "ui/views/controls/styled_label_listener.h"
#include "ui/views/window/dialog_delegate.h"
-class Browser;
-
namespace content {
class WebContents;
}
@@ -35,7 +33,7 @@
private:
PlatformVerificationDialog(
- Browser* browser,
+ content::WebContents* web_contents,
const base::string16& domain,
const PlatformVerificationFlow::Delegate::ConsentCallback& callback);
@@ -56,7 +54,7 @@
virtual void StyledLabelLinkClicked(const gfx::Range& range,
int event_flags) OVERRIDE;
- Browser* browser_;
+ content::WebContents* web_contents_;
base::string16 domain_;
PlatformVerificationFlow::Delegate::ConsentCallback callback_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/attestation/platform_verification_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698