| Index: chrome/browser/notifications/balloon_host.h
|
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
|
| index 04ee9e467b3dfc7f0dae6e601b634505b6cfa883..148168056bb92fbe6a9e6ec92c3a5ebdc5d85c69 100644
|
| --- a/chrome/browser/notifications/balloon_host.h
|
| +++ b/chrome/browser/notifications/balloon_host.h
|
| @@ -113,7 +113,7 @@ class BalloonHost : public RenderViewHostDelegate,
|
| virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
|
|
|
| // Enable Web UI. This has to be called before renderer is created.
|
| - void EnableDOMUI();
|
| + void EnableWebUI();
|
|
|
| virtual void UpdateInspectorSetting(const std::string& key,
|
| const std::string& value);
|
|
|