| Index: chrome/browser/sync/js_sync_manager_observer.cc
|
| diff --git a/chrome/browser/sync/js_sync_manager_observer.cc b/chrome/browser/sync/js_sync_manager_observer.cc
|
| index 3999fdddf2f0844709f6db74e4181b915a914bf7..b6266e7001d0ab890c6b5cc4e2e6ee34f27934b0 100644
|
| --- a/chrome/browser/sync/js_sync_manager_observer.cc
|
| +++ b/chrome/browser/sync/js_sync_manager_observer.cc
|
| @@ -103,14 +103,6 @@ void JsSyncManagerObserver::OnInitializationComplete() {
|
| JsArgList(), NULL);
|
| }
|
|
|
| -void JsSyncManagerObserver::OnPaused() {
|
| - parent_router_->RouteJsEvent("onPaused", JsArgList(), NULL);
|
| -}
|
| -
|
| -void JsSyncManagerObserver::OnResumed() {
|
| - parent_router_->RouteJsEvent("onResumed", JsArgList(), NULL);
|
| -}
|
| -
|
| void JsSyncManagerObserver::OnStopSyncingPermanently() {
|
| parent_router_->RouteJsEvent("onStopSyncingPermanently",
|
| JsArgList(), NULL);
|
|
|