| Index: chrome/browser/ui/webui/chrome_web_ui.h
|
| diff --git a/chrome/browser/ui/webui/chrome_web_ui.h b/chrome/browser/ui/webui/chrome_web_ui.h
|
| index 1e5ebc5f146f7e0fa44bbf8536f96f48d623de4a..118a1108a4747cc09a3dbdf6f6ca2110221c9067 100644
|
| --- a/chrome/browser/ui/webui/chrome_web_ui.h
|
| +++ b/chrome/browser/ui/webui/chrome_web_ui.h
|
| @@ -22,6 +22,9 @@ class ChromeWebUI : public WebUI {
|
| // detached from the location bar.
|
| virtual bool CanShowBookmarkBar() const;
|
|
|
| + // Overridden from WebUI:
|
| + virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE;
|
| +
|
| // IsMoreWebUI returns a command line flag that tracks whether to use
|
| // available WebUI implementations of native dialogs.
|
| static bool IsMoreWebUI();
|
|
|