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

Unified Diff: chrome/common/web_application_info.h

Issue 782693002: Ensure there are always nice icons for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac compile Created 6 years 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/common/web_application_info.h
diff --git a/chrome/common/web_application_info.h b/chrome/common/web_application_info.h
index 114d53e7b8e9df98a068344c89a32e5e03f53156..b90dbd80665d43607c922dc3e974cb54194ec20b 100644
--- a/chrome/common/web_application_info.h
+++ b/chrome/common/web_application_info.h
@@ -10,6 +10,7 @@
#include "base/strings/string16.h"
#include "third_party/skia/include/core/SkBitmap.h"
+#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/size.h"
#include "url/gurl.h"
@@ -49,6 +50,9 @@ struct WebApplicationInfo {
// Whether the page is marked as mobile-capable, including apple specific meta
// tag.
MobileCapable mobile_capable;
+
+ // The color to use if an icon needs to be generated for the web app.
+ SkColor generated_icon_color;
};
#endif // CHROME_COMMON_WEB_APPLICATION_INFO_H_
« no previous file with comments | « chrome/common/extensions/manifest_handlers/app_icon_color_info.cc ('k') | chrome/common/web_application_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698