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

Unified Diff: chrome/browser/sync/glue/extension_change_processor.cc

Issue 3063002: Merge 53127 - Added checks to handle unsyncable extensions.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 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
Index: chrome/browser/sync/glue/extension_change_processor.cc
===================================================================
--- chrome/browser/sync/glue/extension_change_processor.cc (revision 53365)
+++ chrome/browser/sync/glue/extension_change_processor.cc (working copy)
@@ -51,6 +51,7 @@
DCHECK_EQ(Source<Profile>(source).ptr(), profile_);
Extension* extension = Details<Extension>(details).ptr();
CHECK(extension);
+ // Ignore non-syncable extensions.
if (!IsExtensionSyncable(*extension)) {
return;
}
« no previous file with comments | « chrome/browser/extensions/extensions_service_unittest.cc ('k') | chrome/browser/sync/glue/extension_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698