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

Unified Diff: chrome/browser/sync/api/sync_change.cc

Issue 7670007: Revert 96969 - Implement SyncableServices in TemplateURLService. Add related unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/sync/api/sync_change.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/api/sync_change.cc
===================================================================
--- chrome/browser/sync/api/sync_change.cc (revision 97034)
+++ chrome/browser/sync/api/sync_change.cc (working copy)
@@ -42,20 +42,3 @@
SyncData SyncChange::sync_data() const {
return sync_data_;
}
-
-// static
-std::string SyncChange::ChangeTypeToString(SyncChangeType change_type) {
- switch (change_type) {
- case ACTION_INVALID:
- return "ACTION_INVALID";
- case ACTION_ADD:
- return "ACTION_ADD";
- case ACTION_UPDATE:
- return "ACTION_UPDATE";
- case ACTION_DELETE:
- return "ACTION_DELETE";
- default:
- NOTREACHED();
- }
- return std::string();
-}
« no previous file with comments | « chrome/browser/sync/api/sync_change.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698