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

Unified Diff: chrome/browser/banners/app_banner_debug_log.h

Issue 1310223002: webapps: initial addition of splash screen icon downloading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webapps-database-exp
Patch Set: Fix review comments and update code as discussed Created 5 years, 4 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/banners/app_banner_debug_log.h
diff --git a/chrome/browser/banners/app_banner_debug_log.h b/chrome/browser/banners/app_banner_debug_log.h
index dfcc1473f45152cc30a8b7aa045b556880fd6f05..0fa8f0d007b43fbd7049120bd77bfcd6a9d2a4e9 100644
--- a/chrome/browser/banners/app_banner_debug_log.h
+++ b/chrome/browser/banners/app_banner_debug_log.h
@@ -17,8 +17,10 @@ namespace banners {
extern const char kRendererRequestCancel[];
extern const char kManifestEmpty[];
extern const char kCannotDetermineBestIcon[];
+extern const char kCannotDetermineBestSplashIcon[];
extern const char kNoMatchingServiceWorker[];
extern const char kNoIconAvailable[];
+extern const char kNoSplashIconAvailable[];
extern const char kBannerAlreadyAdded[];
extern const char kUserNavigatedBeforeBannerShown[];
extern const char kStartURLNotValid[];

Powered by Google App Engine
This is Rietveld 408576698