Index: chrome/browser/sync/profile_sync_service.h |
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
index f0f057e739836e036444e6aec4377e115a03f36d..e71c698233a0e947d710f644b4833709aa857962 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -31,7 +31,6 @@ |
#include "chrome/common/notification_observer.h" |
#include "chrome/common/notification_registrar.h" |
#include "googleurl/src/gurl.h" |
-#include "jingle/notifier/base/notifier_options.h" |
class NotificationDetails; |
class NotificationSource; |
@@ -597,10 +596,6 @@ class ProfileSyncService : public browser_sync::SyncFrontend, |
std::string unrecoverable_error_message_; |
scoped_ptr<tracked_objects::Location> unrecoverable_error_location_; |
- // Contains options specific to how sync clients send and listen to |
- // notifications. |
- notifier::NotifierOptions notifier_options_; |
- |
// Manages the start and stop of the various data types. |
scoped_ptr<browser_sync::DataTypeManager> data_type_manager_; |