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

Unified Diff: content/renderer/background_sync/background_sync_client_impl.h

Issue 1575763002: Make `content` target build without unused data members on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_disallow_copy_assign_linux_only
Patch Set: no deps 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: content/renderer/background_sync/background_sync_client_impl.h
diff --git a/content/renderer/background_sync/background_sync_client_impl.h b/content/renderer/background_sync/background_sync_client_impl.h
index 78d1a1a463247b9ddf193ef2817fa8628591353d..ebd976cb8d81fcc048603eb60546391aecd03519 100644
--- a/content/renderer/background_sync/background_sync_client_impl.h
+++ b/content/renderer/background_sync/background_sync_client_impl.h
@@ -42,7 +42,6 @@ class CONTENT_EXPORT BackgroundSyncClientImpl
BackgroundSyncError error,
SyncRegistrationPtr registration);
- int64_t service_worker_registration_id_;
mojo::StrongBinding<BackgroundSyncServiceClient> binding_;
int64_t callback_seq_num_;

Powered by Google App Engine
This is Rietveld 408576698