From 739cb54e6f2d9357d3af821edfdfcec133fc3534 Mon Sep 17 00:00:00 2001 From: "jstritar@chromium.org" Date: Sun, 29 May 2011 22:50:16 +0000 Subject: Add ability to change web store promo logo at runtime. This updates the web store promo system so that we can change the promo's logo to any URL from the promo server. BUG=84082 TEST=ExtensionAppsPromo, PromoResourceServiceTest Review URL: http://codereview.chromium.org/7074032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87209 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/pref_names.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/pref_names.h') diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 8eeff29..4539838 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -405,6 +405,7 @@ extern const char kNTPWebStorePromoId[]; extern const char kNTPWebStorePromoHeader[]; extern const char kNTPWebStorePromoButton[]; extern const char kNTPWebStorePromoLink[]; +extern const char kNTPWebStorePromoLogo[]; extern const char kNTPWebStorePromoExpire[]; extern const char kGpuBlacklist[]; -- cgit v1.1