| 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 40e0fe4d40d73fe06b7505bf49558e9680ef5dd8..0b0edb3b70d35d45640beaec68056bcb001ba97e 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -697,6 +697,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const IPC::Message& message);
|
|
|
| // IPC message handlers.
|
| + void OnBrandColorChanged(SkColor brand_color);
|
| void OnDidLoadResourceFromMemoryCache(const GURL& url,
|
| const std::string& security_info,
|
| const std::string& http_request,
|
|
|