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

Unified Diff: chrome/browser/extensions/api/discovery/suggested_link.cc

Issue 10647003: Discovery API supports specifying a tile in a URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 8 years, 5 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: chrome/browser/extensions/api/discovery/suggested_link.cc
diff --git a/chrome/browser/extensions/api/discovery/suggested_link.cc b/chrome/browser/extensions/api/discovery/suggested_link.cc
index 4e4c88e7e1727aec0ac39a21f77ed47c457851cd..c7663fcf4e8298a6bb91cf1b7c198a193d0a5247 100644
--- a/chrome/browser/extensions/api/discovery/suggested_link.cc
+++ b/chrome/browser/extensions/api/discovery/suggested_link.cc
@@ -8,9 +8,11 @@ namespace extensions {
SuggestedLink::SuggestedLink(const std::string& link_url,
const std::string& link_text,
+ const std::string& url_image,
double score)
: link_url_(link_url),
link_text_(link_text),
+ url_image_(url_image),
score_(score) {}
SuggestedLink::~SuggestedLink() {}
« no previous file with comments | « chrome/browser/extensions/api/discovery/suggested_link.h ('k') | chrome/browser/resources/ntp4/suggestions_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698