diff options
Diffstat (limited to 'chrome/browser/sync/sessions')
-rw-r--r-- | chrome/browser/sync/sessions/sync_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/sessions/sync_session.h b/chrome/browser/sync/sessions/sync_session.h index 3d990a7..f84db4f 100644 --- a/chrome/browser/sync/sessions/sync_session.h +++ b/chrome/browser/sync/sessions/sync_session.h @@ -174,7 +174,7 @@ class ScopedModelSafeGroupRestriction { session_->group_restriction_ = restriction; } ~ScopedModelSafeGroupRestriction() { - session_->group_restriction_in_effect_ = true; + session_->group_restriction_in_effect_ = false; } private: SyncSession* session_; |