Index: public/web/WebDocument.h |
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h |
index 8bdb3d0d8dc48c37d220b8d0e79b1645cf136303..655fc57add0b9083e4dcb6b9de43f5ceb4ced7b9 100644 |
--- a/public/web/WebDocument.h |
+++ b/public/web/WebDocument.h |
@@ -82,6 +82,8 @@ public: |
BLINK_EXPORT WebString encoding() const; |
BLINK_EXPORT WebString contentLanguage() const; |
BLINK_EXPORT WebString referrer() const; |
+ // The brand color (if any) specified by the document loaded in this frame. |
abarth-chromium
2014/06/13 22:06:58
This comment is now incorrect ("the document loade
|
+ BLINK_EXPORT WebColor brandColor() const; |
// The url of the OpenSearch Desription Document (if any). |
BLINK_EXPORT WebURL openSearchDescriptionURL() const; |