| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 7880d92e5f432bac0d56c722a3db6d1ec1dbe671..110ac1635c195a381833769f411a3cb9fdea03f6 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -695,6 +695,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const IPC::Message& message);
|
|
|
| // IPC message handlers.
|
| + void OnBrandColorChanged(uint32 brand_color);
|
| void OnDidLoadResourceFromMemoryCache(const GURL& url,
|
| const std::string& security_info,
|
| const std::string& http_request,
|
|
|