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

Unified Diff: chrome/common/web_application_info.cc

Issue 142993002: Remove unused members from WebApplicationInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 11 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') | no next file » | 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 a2a3e9b5262964be4e77f03a38080868f5ef9830..c1cff5a1272b3c9bd7c59d9202e7e820a5efbea4 100644
--- a/chrome/common/web_application_info.cc
+++ b/chrome/common/web_application_info.cc
@@ -10,8 +10,7 @@ WebApplicationInfo::IconInfo::IconInfo() : width(0), height(0) {
WebApplicationInfo::IconInfo::~IconInfo() {
}
-WebApplicationInfo::WebApplicationInfo()
- : is_bookmark_app(false), is_offline_enabled(false) {
+WebApplicationInfo::WebApplicationInfo() {
}
WebApplicationInfo::~WebApplicationInfo() {
« no previous file with comments | « chrome/common/web_application_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698