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

Unified Diff: sync/internal_api/public/sessions/sync_session_snapshot.cc

Issue 10680013: Remove unused fields found by clang's new Wunused-private-fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | « sync/internal_api/public/sessions/sync_session_snapshot.h ('k') | webkit/fileapi/file_system_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/sessions/sync_session_snapshot.cc
diff --git a/sync/internal_api/public/sessions/sync_session_snapshot.cc b/sync/internal_api/public/sessions/sync_session_snapshot.cc
index 50ffcbb361e876f39ded9e5ad1ac32d4049a8213..6c6de86eb252f9d3f15b9d7f63aafec9b8c442d3 100644
--- a/sync/internal_api/public/sessions/sync_session_snapshot.cc
+++ b/sync/internal_api/public/sessions/sync_session_snapshot.cc
@@ -11,8 +11,7 @@ namespace csync {
namespace sessions {
SyncSessionSnapshot::SyncSessionSnapshot()
- : num_server_changes_remaining_(0),
- is_share_usable_(false),
+ : is_share_usable_(false),
has_more_to_sync_(false),
is_silenced_(false),
num_encryption_conflicts_(0),
« no previous file with comments | « sync/internal_api/public/sessions/sync_session_snapshot.h ('k') | webkit/fileapi/file_system_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698