summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/sync_manager_impl.h
diff options
context:
space:
mode:
authormferreria@chromium.org <mferreria@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 19:50:30 +0000
committermferreria@chromium.org <mferreria@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 19:50:30 +0000
commit0706341097163814a7bacf89aec118ebfd5ba69c (patch)
treeb8b73237bb393fcf54f2c3410d3e08186e6ff819 /sync/internal_api/sync_manager_impl.h
parente82a750a739a620495eaee902dd7759cdb1e20a1 (diff)
downloadchromium_src-0706341097163814a7bacf89aec118ebfd5ba69c.zip
chromium_src-0706341097163814a7bacf89aec118ebfd5ba69c.tar.gz
chromium_src-0706341097163814a7bacf89aec118ebfd5ba69c.tar.bz2
Removed redundant notifications info from about:sync-internals
This patch removes the tab 'Notifications' from about:sync-internals. This tab used to be useful for debugging notifications as they arrived, but now that its functionality has been replaced and augmented in the new about:invalidations, with more general functionality and extended logging information, it is no longer necessary to have it here. BUG=351559 Review URL: https://codereview.chromium.org/196373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/sync_manager_impl.h')
-rw-r--r--sync/internal_api/sync_manager_impl.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/sync/internal_api/sync_manager_impl.h b/sync/internal_api/sync_manager_impl.h
index 75593fc..e2b3fb4 100644
--- a/sync/internal_api/sync_manager_impl.h
+++ b/sync/internal_api/sync_manager_impl.h
@@ -259,10 +259,6 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl :
bool existed_before,
bool exists_now);
- // Called for every notification. This updates the notification statistics
- // to be displayed in about:sync.
- void UpdateNotificationInfo(const ObjectIdInvalidationMap& invalidation_map);
-
// Checks for server reachabilty and requests a nudge.
void OnNetworkConnectivityChangedImpl();
@@ -270,16 +266,7 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl :
void BindJsMessageHandler(
const std::string& name, UnboundJsMessageHandler unbound_message_handler);
- // Returned pointer is owned by the caller.
- static base::DictionaryValue* NotificationInfoToValue(
- const NotificationInfoMap& notification_info);
-
- static std::string NotificationInfoToString(
- const NotificationInfoMap& notification_info);
-
// JS message handlers.
- JsArgList GetNotificationState(const JsArgList& args);
- JsArgList GetNotificationInfo(const JsArgList& args);
JsArgList GetAllNodes(const JsArgList& args);
JsArgList GetNodeSummariesById(const JsArgList& args);
JsArgList GetNodeDetailsById(const JsArgList& args);
@@ -359,7 +346,6 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl :
// These are for interacting with chrome://sync-internals.
JsMessageHandlerMap js_message_handlers_;
- WeakHandle<JsEventHandler> js_event_handler_;
JsSyncManagerObserver js_sync_manager_observer_;
JsMutationEventObserver js_mutation_event_observer_;
JsSyncEncryptionHandlerObserver js_sync_encryption_handler_observer_;