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

Unified Diff: chrome/browser/sync/glue/extension_model_associator.h

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_model_associator.h
===================================================================
--- chrome/browser/sync/glue/extension_model_associator.h (revision 53365)
+++ chrome/browser/sync/glue/extension_model_associator.h (working copy)
@@ -63,9 +63,6 @@
// returns NULL.
ExtensionsService* GetExtensionsService();
- bool GetExtensionDataFromClient(
- const std::string& id, sync_pb::ExtensionSpecifics* client_data);
-
bool GetExtensionDataFromServer(
const std::string& id, sync_api::WriteTransaction* trans,
const sync_api::ReadNode& root,
« no previous file with comments | « chrome/browser/sync/glue/extension_change_processor.cc ('k') | chrome/browser/sync/glue/extension_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698