| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 9a1f0cefc3ed01dcb98076b8c226ac92fc540012..901791e8acebd3348e0dcf509798fb4844f22c8b 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -265,6 +265,9 @@ public:
|
| // The frame's manifest has changed.
|
| virtual void didChangeManifest(WebLocalFrame*) { }
|
|
|
| + // The frame's brand color has changed.
|
| + virtual void didChangeBrandColor(WebLocalFrame*) { }
|
| +
|
|
|
| // Misc ----------------------------------------------------------------
|
|
|
|
|