| 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..eb4cc15c8309a9cadd83e07ea0f566efd022bece 100644
|
| --- a/chrome/browser/search/instant_service.h
|
| +++ b/chrome/browser/search/instant_service.h
|
| @@ -102,6 +102,9 @@ class InstantService : public BrowserContextKeyedService,
|
| // object. Used to destroy the preloaded InstantNTP.
|
| void OnBrowserInstantControllerDestroyed();
|
|
|
| + // Sends the current set of search URLs to a renderer process.
|
| + void SendSearchURLsToRenderer(content::RenderProcessHost* rph);
|
| +
|
| private:
|
| friend class InstantExtendedTest;
|
| friend class InstantTestBase;
|
| @@ -122,6 +125,9 @@ class InstantService : public BrowserContextKeyedService,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| + // 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.
|
|
|