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

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

Issue 2867036: sync: Remove unused function ChromeModelHasUserCreatedNodes. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: explicit Created 10 years, 6 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/theme_model_associator.h
diff --git a/chrome/browser/sync/glue/theme_model_associator.h b/chrome/browser/sync/glue/theme_model_associator.h
index ff0cac9e1613e0d799b1f82d532d8b87cc052836..54603cbe6f495f34bae3fbdc80598ef7d4efaf90 100644
--- a/chrome/browser/sync/glue/theme_model_associator.h
+++ b/chrome/browser/sync/glue/theme_model_associator.h
@@ -19,7 +19,7 @@ class UnrecoverableErrorHandler;
// sync themes model.
class ThemeModelAssociator : public AssociatorInterface {
public:
- ThemeModelAssociator(ProfileSyncService* sync_service);
+ explicit ThemeModelAssociator(ProfileSyncService* sync_service);
virtual ~ThemeModelAssociator();
// Used by profile_sync_test_util.h.
@@ -29,7 +29,6 @@ class ThemeModelAssociator : public AssociatorInterface {
virtual bool AssociateModels();
virtual bool DisassociateModels();
virtual bool SyncModelHasUserCreatedNodes(bool* has_nodes);
- virtual bool ChromeModelHasUserCreatedNodes(bool* has_nodes);
virtual void AbortAssociation() {
// No implementation needed, this associator runs on the main
// thread.
« no previous file with comments | « chrome/browser/sync/glue/theme_data_type_controller_unittest.cc ('k') | chrome/browser/sync/glue/theme_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698