Avi Drissman | 3f1ea44 | 2022-09-08 15:42:01 | [diff] [blame] | 1 | # Copyright 2019 The Chromium Authors |
Peter Kotwicz | 2b85bd3d | 2020-10-01 22:29:49 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
Andrew Grieve | 22975648 | 2022-04-21 20:16:09 | [diff] [blame] | 5 | # Help R8 determine that we don't use MediaRouteDynamicChooserDialog. |
| 6 | # https://crbug.com/1147188 |
| 7 | -assumevalues class ** { |
| 8 | boolean mUseDynamicGroup return false; |
| 9 | } |