| // Copyright 2021 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "chrome/browser/share/share_features.h" | |
| #include "base/metrics/field_trial_params.h" | |
| namespace share { | |
| BASE_FEATURE(kScreenshotsForAndroidV2, | |
| "ScreenshotsForAndroidV2", | |
| base::FEATURE_DISABLED_BY_DEFAULT); | |
| } // namespace share |