Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1125)

Unified Diff: sync/sync.gyp

Issue 10824161: [Sync] Avoid unregistering object IDs on shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use new API Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 3583c87b288f6a5dedd77c5b97995aa470c34df5..a35e9434bdb73be79abddbc7441d702f60da8edb 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -257,8 +257,8 @@
'notifier/sync_notifier.h',
'notifier/sync_notifier_factory.cc',
'notifier/sync_notifier_factory.h',
- 'notifier/sync_notifier_helper.cc',
- 'notifier/sync_notifier_helper.h',
+ 'notifier/sync_notifier_registrar.cc',
msw 2012/08/09 05:20:26 nit: alphabetize _registrar after _observer
akalin 2012/08/10 01:28:08 Done.
+ 'notifier/sync_notifier_registrar.h',
'notifier/sync_notifier_observer.h',
],
'conditions': [
@@ -654,7 +654,7 @@
'notifier/p2p_notifier_unittest.cc',
'notifier/push_client_channel_unittest.cc',
'notifier/registration_manager_unittest.cc',
- 'notifier/sync_notifier_helper_unittest.cc',
+ 'notifier/sync_notifier_registrar_unittest.cc',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698