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

Unified Diff: chrome/browser/instant/instant_browsertest.cc

Issue 12114050: [Instant] Instant Extended tests for search term extraction. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixes Created 7 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/browser/instant/instant_browsertest.cc
diff --git a/chrome/browser/instant/instant_browsertest.cc b/chrome/browser/instant/instant_browsertest.cc
index 250446ed0ff33a63841c81da64cac701363c80f6..88e79c935010933dbbc760cb17ae6a459a045b86 100644
--- a/chrome/browser/instant/instant_browsertest.cc
+++ b/chrome/browser/instant/instant_browsertest.cc
@@ -28,7 +28,7 @@ class InstantTest : public InstantTestBase {
protected:
virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
ASSERT_TRUE(test_server()->Start());
- instant_url_ = test_server()->GetURL("files/instant.html");
+ instant_url_ = test_server()->GetURL("files/instant.html?");
}
bool UpdateSearchState(content::WebContents* contents) WARN_UNUSED_RESULT {
« no previous file with comments | « no previous file | chrome/browser/instant/instant_extended_browsertest.cc » ('j') | chrome/browser/instant/instant_test_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698