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

Unified Diff: chrome/browser/search/instant_service.h

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/search/instant_service.h
diff --git a/chrome/browser/search/instant_service.h b/chrome/browser/search/instant_service.h
index 14738fcae98b47df4870a5aa21875c5f21523254..9fca316628152272a7e029f2b431e933df7f7968 100644
--- a/chrome/browser/search/instant_service.h
+++ b/chrome/browser/search/instant_service.h
@@ -47,7 +47,7 @@ class InstantService : public ProfileKeyedService,
// Add, remove, and query RenderProcessHost IDs that are associated with
// Instant processes.
- void AddInstantProcess(int process_id);
+ void AddInstantProcess(int process_id, const GURL& site_url);
bool IsInstantProcess(int process_id) const;
#if defined(UNIT_TEST)

Powered by Google App Engine
This is Rietveld 408576698