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

Unified Diff: chrome/browser/extensions/sync_bundle.cc

Issue 1236363002: ExtensionSyncService cleanup: process uninstalls in one step (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 5 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/browser/extensions/sync_bundle.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/sync_bundle.cc
diff --git a/chrome/browser/extensions/sync_bundle.cc b/chrome/browser/extensions/sync_bundle.cc
index 4887b0a58183043a58921c6718562cc31f53c52b..09afb3ad83a4bca9226547f4e6fb3fddbcf1e151 100644
--- a/chrome/browser/extensions/sync_bundle.cc
+++ b/chrome/browser/extensions/sync_bundle.cc
@@ -78,7 +78,7 @@ void SyncBundle::PushSyncDeletion(const std::string& extension_id,
sync_data)));
}
-void SyncBundle::PushSyncChangeIfNeeded(const Extension& extension) {
+void SyncBundle::PushSyncAddOrUpdate(const Extension& extension) {
syncer::SyncChangeList sync_change_list(
1,
CreateSyncChange(extension.id(),
« no previous file with comments | « chrome/browser/extensions/sync_bundle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698