Index: sync/tools/sync_listen_notifications.cc |
diff --git a/sync/tools/sync_listen_notifications.cc b/sync/tools/sync_listen_notifications.cc |
index c863df35289301d0e60ab4e475f5725d30266aca..5be1ffeaa759a932cb804abd88b96cd221dac689 100644 |
--- a/sync/tools/sync_listen_notifications.cc |
+++ b/sync/tools/sync_listen_notifications.cc |
@@ -201,8 +201,6 @@ int SyncListenNotificationsMain(int argc, char* argv[]) { |
invalidator_factory.CreateInvalidator()); |
NotificationPrinter notification_printer; |
- const char kUniqueId[] = "fake_unique_id"; |
- invalidator->SetUniqueId(kUniqueId); |
invalidator->UpdateCredentials(email, token); |
// Listen for notifications for all known types. |