| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index f0676613e02c9a0417db54cb80a3515ff6af30fd..6e471efb21544650187b53af53efd3ba219eb7ca 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -313,7 +313,7 @@ class CORE_EXPORT ChromeClient : public HostWindow {
|
|
|
| virtual void onMouseDown(Node*) {}
|
|
|
| - virtual void didUpdateTopControls() const {}
|
| + virtual void didUpdateBrowserControls() const {}
|
|
|
| virtual void registerPopupOpeningObserver(PopupOpeningObserver*) = 0;
|
| virtual void unregisterPopupOpeningObserver(PopupOpeningObserver*) = 0;
|
|
|