| Index: sync/tools/sync_listen_notifications.cc
|
| diff --git a/sync/tools/sync_listen_notifications.cc b/sync/tools/sync_listen_notifications.cc
|
| index 9cebcee65bccb38cf2d55fe2cc5dc0d0af1832f3..b70ee6d57c5717eaad37070e4bb0e2c793256eff 100644
|
| --- a/sync/tools/sync_listen_notifications.cc
|
| +++ b/sync/tools/sync_listen_notifications.cc
|
| @@ -45,7 +45,6 @@ const char kTokenSwitch[] = "token";
|
| const char kHostPortSwitch[] = "host-port";
|
| const char kTrySslTcpFirstSwitch[] = "try-ssltcp-first";
|
| const char kAllowInsecureConnectionSwitch[] = "allow-insecure-connection";
|
| -const char kNotificationMethodSwitch[] = "notification-method";
|
|
|
| // Class to print received notifications events.
|
| class NotificationPrinter : public InvalidationHandler {
|
|
|