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

Unified Diff: content/public/test/render_view_test.h

Issue 743803002: Avoid stale navigation requests without excessive page id knowledge in the renderer process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more saving Created 6 years 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/public/test/render_view_test.h
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
index 46dc35ce15f9f911abd67b875a99af45e3a673b6..67442d0dcb00e9451bb233f3257c1d1bd06d2338 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -109,9 +109,6 @@ class RenderViewTest : public testing::Test {
// Simulates |node| being focused.
void SetFocused(const blink::WebNode& node);
- // Clears anything associated with the browsing history.
- void ClearHistory();
-
// Simulates a navigation with a type of reload to the given url.
void Reload(const GURL& url);

Powered by Google App Engine
This is Rietveld 408576698