Index: tools/testing/dart/test_options.dart |
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
index dfca7798212f847119f5577755c859abba3b0c43..3346f4c50a4a848dcf0cc3badf724f78e9849c5a 100644 |
--- a/tools/testing/dart/test_options.dart |
+++ b/tools/testing/dart/test_options.dart |
@@ -338,9 +338,11 @@ Note: currently only implemented for dart2js.''', |
false, |
type: 'bool'), |
new _TestOptionSpecification( |
- 'clear_browser_cache', |
- 'Browser specific clearing of caches(i.e., delete it).', |
- ['--clear_browser_cache'], |
+ 'reset-browser-configuration', |
Bill Hesse
2016/06/09 17:35:42
All the internal names of flags have (or should ha
ahe
2016/06/15 08:16:54
Done.
|
+ 'Browser specific reset of configuration. ' |
+ 'WARNING: Using this option may remove your bookmarks and ' |
+ 'other settings.', |
+ ['--reset-browser-configuration'], |
[], |
false, |
type: 'bool'), |