| Index: chrome/browser/instant/instant_loader.h
|
| diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h
|
| index 185d2ff53e9317c3b7838c66ac3adf826f2e5c61..be244f5a18c650be6ad2f86ad3f78b0228109c91 100644
|
| --- a/chrome/browser/instant/instant_loader.h
|
| +++ b/chrome/browser/instant/instant_loader.h
|
| @@ -99,6 +99,7 @@ class InstantLoader : public InstantClient::Delegate,
|
| void Cancel(const string16& text);
|
| void SetPopupBounds(const gfx::Rect& bounds);
|
| void SetMarginSize(int start, int end);
|
| + void InitializeFonts();
|
| void SendAutocompleteResults(
|
| const std::vector<InstantAutocompleteResult>& results);
|
| void UpOrDownKeyPressed(int count);
|
| @@ -124,6 +125,7 @@ class InstantLoader : public InstantClient::Delegate,
|
| virtual void AboutToNavigateMainFrame(const GURL& url) OVERRIDE;
|
| virtual void NavigateToURL(const GURL& url,
|
| content::PageTransition transition) OVERRIDE;
|
| + virtual void RenderViewCreated() OVERRIDE;
|
|
|
| // Overridden from content::NotificationObserver:
|
| virtual void Observe(int type,
|
|
|