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

Unified Diff: chrome/browser/sync/glue/session_change_processor.h

Issue 6537027: Revert 75287 - [Sync] Initial support for encrypting any datatype (no UI hook... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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: 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);
};
« no previous file with comments | « chrome/browser/sync/glue/password_change_processor.cc ('k') | chrome/browser/sync/glue/session_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698