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

Unified Diff: components/sync/device_info/device_info_sync_bridge.h

Issue 2563123002: [Sync] Update local device info when re-enabled.
Patch Set: Created 4 years 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 | « no previous file | components/sync/device_info/device_info_sync_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/device_info/device_info_sync_bridge.h
diff --git a/components/sync/device_info/device_info_sync_bridge.h b/components/sync/device_info/device_info_sync_bridge.h
index 5af1995f7860bfed7216b82880b19f28ea3d9b2d..a499dc5fdf820abe857aba34e6862e489500eef0 100644
--- a/components/sync/device_info/device_info_sync_bridge.h
+++ b/components/sync/device_info/device_info_sync_bridge.h
@@ -138,8 +138,6 @@ class DeviceInfoSyncBridge : public ModelTypeSyncBridge,
// In charge of actually persiting changes to disk, or loading previous data.
std::unique_ptr<ModelTypeStore> store_;
- // If |local_device_info_provider_| has initialized.
- bool has_provider_initialized_ = false;
// If data has been loaded from the store.
bool has_data_loaded_ = false;
« no previous file with comments | « no previous file | components/sync/device_info/device_info_sync_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698