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

Unified Diff: chrome/browser/visitedlink/visitedlink_unittest.cc

Issue 10412056: Browser Plugin: Remove MapInstance from BrowserPluginHost + More cross-process navigation work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Additional small fix to visitedlink (forgot to change one CreateRenderView call) Created 8 years, 7 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 | « no previous file | content/browser/browser_plugin/browser_plugin_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/visitedlink/visitedlink_unittest.cc
diff --git a/chrome/browser/visitedlink/visitedlink_unittest.cc b/chrome/browser/visitedlink/visitedlink_unittest.cc
index f7b1f8ef7bd79c0c136dfa739cef368a45f38472..491d4fa849a49f379d392d88ec4ba5de5e18eef6 100644
--- a/chrome/browser/visitedlink/visitedlink_unittest.cc
+++ b/chrome/browser/visitedlink/visitedlink_unittest.cc
@@ -652,7 +652,11 @@ TEST_F(VisitedLinkEventsTest, Coalescense) {
TEST_F(VisitedLinkEventsTest, Basics) {
VisitedLinkMaster* master = profile()->GetVisitedLinkMaster();
- rvh_tester()->CreateRenderView(string16(), MSG_ROUTING_NONE, -1, -1);
+ rvh_tester()->CreateRenderView(string16(),
+ MSG_ROUTING_NONE,
+ -1,
+ std::string(),
+ -1);
// Add a few URLs.
master->AddURL(GURL("http://acidtests.org/"));
@@ -676,7 +680,11 @@ TEST_F(VisitedLinkEventsTest, Basics) {
TEST_F(VisitedLinkEventsTest, TabVisibility) {
VisitedLinkMaster* master = profile()->GetVisitedLinkMaster();
- rvh_tester()->CreateRenderView(string16(), MSG_ROUTING_NONE, -1, -1);
+ rvh_tester()->CreateRenderView(string16(),
+ MSG_ROUTING_NONE,
+ -1,
+ std::string(),
+ -1);
// Simulate tab becoming inactive.
rvh_tester()->SimulateWasHidden();
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698