| 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)
|
|
|