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

Unified Diff: chrome/renderer/safe_browsing/render_view_fake_resources_test.h

Issue 6398001: Run pre-classification checks in the browser before starting client-side phishing detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Noe's review comments Created 9 years, 10 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/renderer/safe_browsing/render_view_fake_resources_test.h
diff --git a/chrome/renderer/safe_browsing/render_view_fake_resources_test.h b/chrome/renderer/safe_browsing/render_view_fake_resources_test.h
index a92fb285c5f73a979faac4784b54bba8ad1b1d3c..6b05e9950de332e8a7901d42eb3290e3e3ef2fa9 100644
--- a/chrome/renderer/safe_browsing/render_view_fake_resources_test.h
+++ b/chrome/renderer/safe_browsing/render_view_fake_resources_test.h
@@ -94,6 +94,9 @@ class RenderViewFakeResourcesTest : public ::testing::Test,
// not supported.
void LoadURLWithPost(const std::string& url);
+ // Navigates the main frame back in session history.
+ void GoBack();
+
// Returns the main WebFrame for our RenderView.
WebKit::WebFrame* GetMainFrame();

Powered by Google App Engine
This is Rietveld 408576698