| Index: chrome/renderer/web_ui_bindings.h
|
| diff --git a/chrome/renderer/web_ui_bindings.h b/chrome/renderer/web_ui_bindings.h
|
| index 8f5841cb841426f199ae47bf6586b832cd3a3c1a..10965ff6a2238fed1e0e73259e0cd038f261742a 100644
|
| --- a/chrome/renderer/web_ui_bindings.h
|
| +++ b/chrome/renderer/web_ui_bindings.h
|
| @@ -52,7 +52,7 @@ class DOMBoundBrowserObject : public CppBoundClass {
|
| //
|
| // We expose one function, for sending a message to the browser:
|
| // send(String name, Object argument);
|
| -// It's plumbed through to the OnDOMUIMessage callback on RenderViewHost
|
| +// It's plumbed through to the OnWebUIMessage callback on RenderViewHost
|
| // delegate.
|
| class WebUIBindings : public DOMBoundBrowserObject {
|
| public:
|
|
|