summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/sync/notifier/registration_manager_unittest.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/sync/notifier/registration_manager_unittest.cc b/chrome/browser/sync/notifier/registration_manager_unittest.cc
index dc9c689..2f2e4eb 100644
--- a/chrome/browser/sync/notifier/registration_manager_unittest.cc
+++ b/chrome/browser/sync/notifier/registration_manager_unittest.cc
@@ -58,13 +58,6 @@ class RegistrationManagerTest : public testing::Test {
DISALLOW_COPY_AND_ASSIGN(RegistrationManagerTest);
};
-invalidation::ObjectId ModelTypeToObjectId(
- syncable::ModelType model_type) {
- invalidation::ObjectId object_id;
- EXPECT_TRUE(RealModelTypeToObjectId(model_type, &object_id));
- return object_id;
-}
-
syncable::ModelType ObjectIdToModelType(
const invalidation::ObjectId& object_id) {
syncable::ModelType model_type = syncable::UNSPECIFIED;