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

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

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/pending_enables.cc ('k') | chrome/browser/extensions/sync_bundle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/sync_bundle.h
diff --git a/chrome/browser/extensions/sync_bundle.h b/chrome/browser/extensions/sync_bundle.h
index 8ee58cf567b588fc1b24a8e23870bbbe6abcaa98..750933f5b9163b8cbe43791b6b8946d3446f69b6 100644
--- a/chrome/browser/extensions/sync_bundle.h
+++ b/chrome/browser/extensions/sync_bundle.h
@@ -57,7 +57,7 @@ class SyncBundle {
const syncer::SyncData& sync_data);
// Pushes any sync changes to |extension| to the server.
- void PushSyncChangeIfNeeded(const Extension& extension);
+ void PushSyncAddOrUpdate(const Extension& extension);
// Applies the given SyncChange coming from the server.
void ApplySyncChange(const syncer::SyncChange& sync_change);
« no previous file with comments | « chrome/browser/extensions/pending_enables.cc ('k') | chrome/browser/extensions/sync_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698