summaryrefslogtreecommitdiff
path: root/chromium/components/services/app_service/public/cpp/features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/services/app_service/public/cpp/features.cc')
-rw-r--r--chromium/components/services/app_service/public/cpp/features.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/components/services/app_service/public/cpp/features.cc b/chromium/components/services/app_service/public/cpp/features.cc
new file mode 100644
index 00000000000..af71190a101
--- /dev/null
+++ b/chromium/components/services/app_service/public/cpp/features.cc
@@ -0,0 +1,16 @@
+// Copyright 2022 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/services/app_service/public/cpp/features.h"
+
+namespace apps {
+
+const base::Feature kAppServiceOnAppTypeInitializedWithoutMojom{
+ "AppServiceOnAppTypeInitializedWithoutMojom",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
+const base::Feature kAppServiceOnAppUpdateWithoutMojom{
+ "AppServiceOnAppUpdateWithoutMojom", base::FEATURE_DISABLED_BY_DEFAULT};
+
+} // namespace apps