Commit e5691979 authored by Eric Willigers's avatar Eric Willigers Committed by Commit Bot

Rename single_client_web_apps_bmo_sync_test.cc


DesktopPWAsWithoutExtensions has shipped.

The file and classes no longer need BMO in their name.

Not yet done:
Rename two_client_web_apps_bmo_sync_test.cc

Bug: 1065748
Change-Id: I72fb70bab73f6738458b17867a00afe3e47dc942
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460872
Auto-Submit: Eric Willigers <ericwilligers@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815509}
parent b871426f
...@@ -25,14 +25,13 @@ namespace { ...@@ -25,14 +25,13 @@ namespace {
// These tests test the new Web Apps system with next generation sync. // These tests test the new Web Apps system with next generation sync.
// //
// Chrome OS syncs apps as an OS type. // Chrome OS syncs apps as an OS type.
class SingleClientWebAppsBmoOsSyncTest : public OsSyncTest { class SingleClientWebAppsOsSyncTest : public OsSyncTest {
public: public:
SingleClientWebAppsBmoOsSyncTest() : OsSyncTest(SINGLE_CLIENT) { SingleClientWebAppsOsSyncTest() : OsSyncTest(SINGLE_CLIENT) {}
} ~SingleClientWebAppsOsSyncTest() override = default;
~SingleClientWebAppsBmoOsSyncTest() override = default;
}; };
IN_PROC_BROWSER_TEST_F(SingleClientWebAppsBmoOsSyncTest, IN_PROC_BROWSER_TEST_F(SingleClientWebAppsOsSyncTest,
DisablingOsSyncFeatureDisablesDataType) { DisablingOsSyncFeatureDisablesDataType) {
ASSERT_TRUE(chromeos::features::IsSplitSettingsSyncEnabled()); ASSERT_TRUE(chromeos::features::IsSplitSettingsSyncEnabled());
ASSERT_TRUE(SetupSync()); ASSERT_TRUE(SetupSync());
...@@ -50,14 +49,13 @@ IN_PROC_BROWSER_TEST_F(SingleClientWebAppsBmoOsSyncTest, ...@@ -50,14 +49,13 @@ IN_PROC_BROWSER_TEST_F(SingleClientWebAppsBmoOsSyncTest,
#else // !defined(OS_CHROMEOS) #else // !defined(OS_CHROMEOS)
// These tests test the new Web Apps system with next generation sync. // These tests test the new Web Apps system with next generation sync.
class SingleClientWebAppsBmoSyncTest : public SyncTest { class SingleClientWebAppsSyncTest : public SyncTest {
public: public:
SingleClientWebAppsBmoSyncTest() : SyncTest(SINGLE_CLIENT) { SingleClientWebAppsSyncTest() : SyncTest(SINGLE_CLIENT) {}
} ~SingleClientWebAppsSyncTest() override = default;
~SingleClientWebAppsBmoSyncTest() override = default;
}; };
IN_PROC_BROWSER_TEST_F(SingleClientWebAppsBmoSyncTest, IN_PROC_BROWSER_TEST_F(SingleClientWebAppsSyncTest,
DisablingSelectedTypeDisablesModelType) { DisablingSelectedTypeDisablesModelType) {
ASSERT_TRUE(SetupSync()); ASSERT_TRUE(SetupSync());
syncer::ProfileSyncService* service = GetSyncService(0); syncer::ProfileSyncService* service = GetSyncService(0);
......
...@@ -6967,7 +6967,7 @@ if (!is_fuchsia && !is_android) { ...@@ -6967,7 +6967,7 @@ if (!is_fuchsia && !is_android) {
"../browser/sync/test/integration/single_client_user_consents_sync_test.cc", "../browser/sync/test/integration/single_client_user_consents_sync_test.cc",
"../browser/sync/test/integration/single_client_user_events_sync_test.cc", "../browser/sync/test/integration/single_client_user_events_sync_test.cc",
"../browser/sync/test/integration/single_client_wallet_sync_test.cc", "../browser/sync/test/integration/single_client_wallet_sync_test.cc",
"../browser/sync/test/integration/single_client_web_apps_bmo_sync_test.cc", "../browser/sync/test/integration/single_client_web_apps_sync_test.cc",
"../browser/sync/test/integration/sync_auth_test.cc", "../browser/sync/test/integration/sync_auth_test.cc",
"../browser/sync/test/integration/sync_errors_test.cc", "../browser/sync/test/integration/sync_errors_test.cc",
"../browser/sync/test/integration/sync_exponential_backoff_test.cc", "../browser/sync/test/integration/sync_exponential_backoff_test.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment