summaryrefslogtreecommitdiffstats
path: root/components/search_provider_logos/logo_common.h
diff options
context:
space:
mode:
authorjustincohen <justincohen@chromium.org>2015-04-03 09:36:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-03 16:36:29 +0000
commite30018a1830440f1dca72e11605a69592c472883 (patch)
treef043febc91848af5a1f324e9bf0ea61dc09b182c /components/search_provider_logos/logo_common.h
parent8828ed3647a456dd46827282c31c451d194c7ca0 (diff)
downloadchromium_src-e30018a1830440f1dca72e11605a69592c472883.zip
chromium_src-e30018a1830440f1dca72e11605a69592c472883.tar.gz
chromium_src-e30018a1830440f1dca72e11605a69592c472883.tar.bz2
Add animated url to LogoTracker.
BUG=414528 Review URL: https://codereview.chromium.org/1054123002 Cr-Commit-Position: refs/heads/master@{#323754}
Diffstat (limited to 'components/search_provider_logos/logo_common.h')
-rw-r--r--components/search_provider_logos/logo_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/search_provider_logos/logo_common.h b/components/search_provider_logos/logo_common.h
index 207026b..86b5700 100644
--- a/components/search_provider_logos/logo_common.h
+++ b/components/search_provider_logos/logo_common.h
@@ -29,6 +29,10 @@ struct LogoMetadata {
std::string alt_text;
// The mime type of the logo image.
std::string mime_type;
+ // The URL for an animated image to display when the call to action logo is
+ // clicked. If |animated_url| is not empty, |encoded_image| refers to a call
+ // to action image.
+ std::string animated_url;
// For use by LogoTracker ---------------------------------------------------