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

Unified Diff: content/browser/web_contents/web_contents_view_aura_browsertest.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, 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
Index: content/browser/web_contents/web_contents_view_aura_browsertest.cc
diff --git a/content/browser/web_contents/web_contents_view_aura_browsertest.cc b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
index 021bf6b9660559180ab2d33cf2835bcadd5d50fb..51c2574d3f225ab72ae57b274e2f2174b0ade1eb 100644
--- a/content/browser/web_contents/web_contents_view_aura_browsertest.cc
+++ b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
@@ -178,9 +178,8 @@ class NavigationWatcher : public WebContentsObserver {
private:
// Overridden from WebContentsObserver:
- void DidStartNavigationToPendingEntry(
- const GURL& validated_url,
- NavigationController::ReloadType reload_type) override {
+ void DidStartNavigationToPendingEntry(const GURL& validated_url,
+ ReloadType reload_type) override {
navigated_ = true;
if (should_quit_loop_)
base::MessageLoop::current()->QuitWhenIdle();

Powered by Google App Engine
This is Rietveld 408576698