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

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

Issue 2225343002: Navigation: move RestoreType and ReloadType into a separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [rebase] Created 4 years, 3 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/chromeos/attestation/platform_verification_dialog.cc
diff --git a/chrome/browser/chromeos/attestation/platform_verification_dialog.cc b/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
index 6d15d020614ade790f883915bfc5f340a040dcbd..b13aab4789ff040be642992b44dd01f96c94a539 100644
--- a/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
+++ b/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
@@ -152,7 +152,7 @@ void PlatformVerificationDialog::StyledLabelLinkClicked(
void PlatformVerificationDialog::DidStartNavigationToPendingEntry(
const GURL& url,
- content::NavigationController::ReloadType reload_type) {
+ content::ReloadType reload_type) {
views::Widget* widget = GetWidget();
if (widget)
widget->Close();
« no previous file with comments | « chrome/browser/chromeos/attestation/platform_verification_dialog.h ('k') | chrome/browser/devtools/devtools_ui_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698