summaryrefslogtreecommitdiff
path: root/chromium/components/sync_sessions/switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/sync_sessions/switches.cc')
-rw-r--r--chromium/components/sync_sessions/switches.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/chromium/components/sync_sessions/switches.cc b/chromium/components/sync_sessions/switches.cc
deleted file mode 100644
index bc1df38d93b..00000000000
--- a/chromium/components/sync_sessions/switches.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2020 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "components/sync_sessions/switches.h"
-
-namespace switches {
-
-// Enables syncing Sessions data type in case when the window doesn't have open
-// tabs anymore.
-const base::Feature kSyncConsiderEmptyWindowsSyncable{
- "SyncConsiderEmptyWindowsSyncable", base::FEATURE_ENABLED_BY_DEFAULT};
-
-} // namespace switches