Chromium Code Reviews| Index: public/web/WebFrameClient.h |
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
| index 3f76ede04069ffb058db2ce7d56801b2d4cf6ed3..c75af85905b11ef96cd2721abf456cf2209cc0b1 100644 |
| --- a/public/web/WebFrameClient.h |
| +++ b/public/web/WebFrameClient.h |
| @@ -267,7 +267,7 @@ public: |
| virtual void didChangeManifest(WebLocalFrame*) { } |
| // The frame's brand color has changed. |
| - virtual void didChangeBrandColor(WebLocalFrame*) { } |
| + virtual void didChangeBrandColor() { } |
|
abarth-chromium
2014/06/17 21:52:48
This change isn't correct. We always pass WebLoca
jam
2014/06/17 22:45:05
Adam: this was originally done since the WebFrameC
|
| // Misc ---------------------------------------------------------------- |