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

Unified Diff: public/web/WebDocument.h

Issue 329943004: Implementation of brand-color (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: public/web/WebDocument.h
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
index 8bdb3d0d8dc48c37d220b8d0e79b1645cf136303..8daf03b854cfc6aab6bb0081148cb0d56f513169 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -82,6 +82,7 @@ public:
BLINK_EXPORT WebString encoding() const;
BLINK_EXPORT WebString contentLanguage() const;
BLINK_EXPORT WebString referrer() const;
+ BLINK_EXPORT WebColor brandColor() const;
// The url of the OpenSearch Desription Document (if any).
BLINK_EXPORT WebURL openSearchDescriptionURL() const;

Powered by Google App Engine
This is Rietveld 408576698