We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac127ca commit 4f2b2c1Copy full SHA for 4f2b2c1
base/test/android/javatests/src/org/chromium/base/test/util/CommandLineFlags.java
@@ -73,7 +73,7 @@ public static void ensureInitialized() {
73
// Store features from initial command-line for proper merging later.
74
CommandLine commandLine = CommandLine.getInstance();
75
String origEnabledFeatures = commandLine.getSwitchValue(ENABLE_FEATURES, "");
76
- String origDisabledFeatures = commandLine.getSwitchValue(ENABLE_FEATURES, "");
+ String origDisabledFeatures = commandLine.getSwitchValue(DISABLE_FEATURES, "");
77
sOrigFeatures =
78
collectFeaturesFromFlags(
79
List.of(
0 commit comments