summaryrefslogtreecommitdiff
path: root/chromium/third_party/androidx/androidx_mediarouter.flags
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/androidx/androidx_mediarouter.flags')
-rw-r--r--chromium/third_party/androidx/androidx_mediarouter.flags9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/third_party/androidx/androidx_mediarouter.flags b/chromium/third_party/androidx/androidx_mediarouter.flags
deleted file mode 100644
index ea8b9de46ee..00000000000
--- a/chromium/third_party/androidx/androidx_mediarouter.flags
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2019 The Chromium Authors
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Help R8 determine that we don't use MediaRouteDynamicChooserDialog.
-# https://crbug.com/1147188
--assumevalues class ** {
- boolean mUseDynamicGroup return false;
-}