Chromium Code Reviews| Index: public/web/WebFrameClient.h |
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
| index 9a1f0cefc3ed01dcb98076b8c226ac92fc540012..ba7ff143bd2393323c7564530bb9d4271e5f467d 100644 |
| --- a/public/web/WebFrameClient.h |
| +++ b/public/web/WebFrameClient.h |
| @@ -265,6 +265,8 @@ public: |
| // The frame's manifest has changed. |
| virtual void didChangeManifest(WebLocalFrame*) { } |
| + // The frame's brand color has changed. |
| + virtual void didChangeBrandColor(WebLocalFrame*) { } |
|
abarth-chromium
2014/06/13 05:40:41
Two blank lines between sections please.
michaelbai
2014/06/13 19:56:51
Done.
|
| // Misc ---------------------------------------------------------------- |