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

Unified Diff: chrome/browser/policy/policy_browsertest.cc

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing sites, too. Created 7 years, 8 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/policy/policy_browsertest.cc
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
index 6a5d05ae4e7030182c521b89abd89384a0685e52..ed7f46d39a3ed3e28e854c4f9f0b7aaaa5b3c781 100644
--- a/chrome/browser/policy/policy_browsertest.cc
+++ b/chrome/browser/policy/policy_browsertest.cc
@@ -882,7 +882,8 @@ IN_PROC_BROWSER_TEST_F(PolicyTest, ReplaceSearchTerms) {
InstantService* instant_service =
InstantServiceFactory::GetForProfile(browser()->profile());
instant_service->AddInstantProcess(browser()->tab_strip_model()->
- GetActiveWebContents()->GetRenderProcessHost()->GetID());
+ GetActiveWebContents()->GetRenderProcessHost()->GetID(),
+ GURL("https://www.google.com/"));
// Verify that searching from the omnibox does search term replacement with
// first URL pattern.

Powered by Google App Engine
This is Rietveld 408576698