Index: chrome/browser/sync/glue/session_change_processor.h |
=================================================================== |
--- chrome/browser/sync/glue/session_change_processor.h (revision 75295) |
+++ chrome/browser/sync/glue/session_change_processor.h (working copy) |
@@ -35,10 +35,6 @@ |
SessionChangeProcessor( |
UnrecoverableErrorHandler* error_handler, |
SessionModelAssociator* session_model_associator); |
- SessionChangeProcessor( |
- UnrecoverableErrorHandler* error_handler, |
- SessionModelAssociator* session_model_associator, |
- bool setup_for_test); |
virtual ~SessionChangeProcessor(); |
// NotificationObserver implementation. |
@@ -67,9 +63,6 @@ |
// Owner of the SessionService. Non-NULL iff |running()| is true. |
Profile* profile_; |
- // To bypass some checks/codepaths not applicable in tests. |
- bool setup_for_test_; |
- |
DISALLOW_COPY_AND_ASSIGN(SessionChangeProcessor); |
}; |