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

Unified Diff: chrome/test/base/render_view_test.h

Issue 7618016: Additional fixes for prerender/instant + browsing history. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wrong signature Created 9 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: chrome/test/base/render_view_test.h
diff --git a/chrome/test/base/render_view_test.h b/chrome/test/base/render_view_test.h
index bebe27c0525bb30480bebbfacb86a6edafb6dc11..a72afc0e9c046eaedc3c919abaaa3d2b300b3509 100644
--- a/chrome/test/base/render_view_test.h
+++ b/chrome/test/base/render_view_test.h
@@ -84,6 +84,9 @@ class RenderViewTest : public testing::Test {
// the element was not found).
bool SimulateElementClick(const std::string& element_id);
+ // Clears anything associated with the browsing history.
+ void ClearHistory();
+
// testing::Test
virtual void SetUp();

Powered by Google App Engine
This is Rietveld 408576698