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

Unified Diff: chrome/browser/password_manager/native_backend_gnome_x.cc

Issue 1573843002: Make `chrome` target build without unused data members on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@content_target
Patch Set: browsertest fix Created 4 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
Index: chrome/browser/password_manager/native_backend_gnome_x.cc
diff --git a/chrome/browser/password_manager/native_backend_gnome_x.cc b/chrome/browser/password_manager/native_backend_gnome_x.cc
index d53eaf79986269609aabba92be88402adbc7f66d..6771e7d1c2bda77d69eaad3287e84b8e43220eea 100644
--- a/chrome/browser/password_manager/native_backend_gnome_x.cc
+++ b/chrome/browser/password_manager/native_backend_gnome_x.cc
@@ -526,7 +526,7 @@ std::string GetProfileSpecificAppString(LocalProfileId profile_id) {
} // namespace
NativeBackendGnome::NativeBackendGnome(LocalProfileId id)
- : profile_id_(id), app_string_(GetProfileSpecificAppString(id)) {
+ : app_string_(GetProfileSpecificAppString(id)) {
}
NativeBackendGnome::~NativeBackendGnome() {
« no previous file with comments | « chrome/browser/password_manager/native_backend_gnome_x.h ('k') | chrome/browser/ssl/bad_clock_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698