diff options
Diffstat (limited to 'Source/WebKit/chromium/public/WebIntent.h')
| -rw-r--r-- | Source/WebKit/chromium/public/WebIntent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/public/WebIntent.h b/Source/WebKit/chromium/public/WebIntent.h index aefc3ebb3..cfaddc38d 100644 --- a/Source/WebKit/chromium/public/WebIntent.h +++ b/Source/WebKit/chromium/public/WebIntent.h @@ -66,6 +66,7 @@ public: WEBKIT_EXPORT WebString type() const; WEBKIT_EXPORT WebString data() const; WEBKIT_EXPORT WebURL service() const; + WEBKIT_EXPORT WebVector<WebURL> suggestions() const; // Retrieve a list of the names of extra metadata associated with the // intent. |
