| Index: chrome/browser/search/instant_service.h
|
| diff --git a/chrome/browser/search/instant_service.h b/chrome/browser/search/instant_service.h
|
| index f8c88e504a222d3af035d6fc4fadcd59f56f61ea..136f3126153329dfd73a42353719da636f735004 100644
|
| --- a/chrome/browser/search/instant_service.h
|
| +++ b/chrome/browser/search/instant_service.h
|
| @@ -122,6 +122,12 @@ class InstantService : public BrowserContextKeyedService,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| + // Called when a renderer process is created.
|
| + void OnRendererProcessCreated(content::RenderProcessHost* rph);
|
| +
|
| + // Called when a renderer process is terminated.
|
| + void OnRendererProcessTerminated(int process_id);
|
| +
|
| // Called when we get new most visited items from TopSites, registered as an
|
| // async callback. Parses them and sends them to the renderer via
|
| // SendMostVisitedItems.
|
|
|