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

Unified Diff: content/test/test_render_frame_host.h

Issue 2345053006: Remove IsSynchronous API from NavigationHandle. (Closed)
Patch Set: Addressed review comments. Created 4 years, 2 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 | « content/public/browser/navigation_handle.cc ('k') | content/test/test_render_frame_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_frame_host.h
diff --git a/content/test/test_render_frame_host.h b/content/test/test_render_frame_host.h
index 993282be051f753c9335c42807206265bebd94df..8ec230085e1cff67b56e6ef2fda25648c7c86359 100644
--- a/content/test/test_render_frame_host.h
+++ b/content/test/test_render_frame_host.h
@@ -159,6 +159,9 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
// See set_simulate_history_list_was_cleared() above.
bool simulate_history_list_was_cleared_;
+ // The last commit was for an error page.
+ bool last_commit_was_error_page_;
+
DISALLOW_COPY_AND_ASSIGN(TestRenderFrameHost);
};
« no previous file with comments | « content/public/browser/navigation_handle.cc ('k') | content/test/test_render_frame_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698