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

Unified Diff: chrome/common/web_application_info.cc

Issue 568823003: Merge Android RetrieveWebappInformation and Extensions GetApplicationInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest_manager_content
Patch Set: Created 6 years, 3 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
« no previous file with comments | « chrome/common/web_application_info.h ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/web_application_info.cc
diff --git a/chrome/common/web_application_info.cc b/chrome/common/web_application_info.cc
index c1cff5a1272b3c9bd7c59d9202e7e820a5efbea4..68a1dbe85eff9215c20f114d54742242f6b29e80 100644
--- a/chrome/common/web_application_info.cc
+++ b/chrome/common/web_application_info.cc
@@ -10,7 +10,8 @@ WebApplicationInfo::IconInfo::IconInfo() : width(0), height(0) {
WebApplicationInfo::IconInfo::~IconInfo() {
}
-WebApplicationInfo::WebApplicationInfo() {
+WebApplicationInfo::WebApplicationInfo()
+ : mobile_capable(MOBILE_CAPABLE_UNSPECIFIED) {
}
WebApplicationInfo::~WebApplicationInfo() {
« no previous file with comments | « chrome/common/web_application_info.h ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698