| Index: content/public/browser/web_contents_observer.h
|
| diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
|
| index aa6a02ee52e3f2ae460cb720e5af0765c33829e1..38cafe86033006cc6f382a265ac2a3f2bf507d56 100644
|
| --- a/content/public/browser/web_contents_observer.h
|
| +++ b/content/public/browser/web_contents_observer.h
|
| @@ -340,8 +340,8 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
|
| virtual void AccessibilityEventReceived(
|
| const std::vector<AXEventNotificationDetails>& details) {}
|
|
|
| - // Invoked when brand color is changed to |brand_color|.
|
| - virtual void DidChangeBrandColor(SkColor brand_color) {}
|
| + // Invoked when theme color is changed to |theme_color|.
|
| + virtual void DidChangeThemeColor(SkColor theme_color) {}
|
|
|
| // Invoked if an IPC message is coming from a specific RenderFrameHost.
|
| virtual bool OnMessageReceived(const IPC::Message& message,
|
|
|