SeriallyExecutedBrowserTestCase calls "browser_options" what should be "finder_options" |
||||
Issue descriptionSee e.g. callers here: https://cs.chromium.org/search/?q=%5C.SetBrowserOptions+-file:%5Esrc/third_party/android_tools+-file:%5Einfra/infra/services/android_docker&type=cs I propose to rename the method SetFinderOptions, and rename the private variable within the class.
,
Jan 17 2018
Hmm, looking at it again, SeriallyExecutedBrowserTestCase has *both* a _finder_options and a _browser_options private attributes, although both of them *are* FinderOptions objects. This is confusing, but I don't know what will be a better solution. I'll remove this as blocker from issue 801578 , and just do the least amount of work necessary to keep things working without a rename. Keeping open anyway in case there are any better ideas on how to deal with this.
,
Jan 16
(6 days ago)
,
Jan 16
(6 days ago)
|
||||
►
Sign in to add a comment |
||||
Comment 1 by nedngu...@google.com
, Jan 17 2018Components: Speed>Telemetry