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

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

Issue 11833043: Instant Extended: Fallback to local preview if the remote instant page is not ready on user input. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor
Patch Set: Fixing tests. Created 7 years, 11 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_test_utils.cc
diff --git a/chrome/browser/instant/instant_test_utils.cc b/chrome/browser/instant/instant_test_utils.cc
index 2d7ae066af7b1b60fab830fc2b77aafb3be9fa36..8f510270b586f5ff810fb4eacbdf960e88d8e94d 100644
--- a/chrome/browser/instant/instant_test_utils.cc
+++ b/chrome/browser/instant/instant_test_utils.cc
@@ -57,6 +57,8 @@ void InstantTestBase::SetupInstant() {
CommandLine::ForCurrentProcess()->AppendSwitchASCII(
switches::kInstantURL, instant_url_.spec());
SetupInstantUsingTemplateURL();
+ instant()->SetInstantEnabled(false);
+ instant()->SetInstantEnabled(true);
sreeram 2013/01/30 19:29:25 Yuck. Okay, I'll clean this up soon. Please add: /
Shishir 2013/01/31 23:46:47 Done.
}
void InstantTestBase::SetupInstantUsingTemplateURL() {

Powered by Google App Engine
This is Rietveld 408576698