Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: public/web/WebFrameClient.h

Issue 329943004: Implementation of brand-color (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add RuntimeEnabledFeatures Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« public/web/WebDocument.h ('K') | « public/web/WebDocument.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ----------------------------------------------------------------
« public/web/WebDocument.h ('K') | « public/web/WebDocument.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698