Move public methods of RenderFrameObserver to public section of PasswordAutofillAgent
See an explanation at https://chromium-review.googlesource.com/c/chromium/src/+/1306497/6/chrome/renderer/autofill/password_autofill_agent_browsertest.cc#3682. Short version of the explanation: it's a bad practice to use public inheritance and put public methods of the base class to the private section of the derived class. Bug: 898109 Change-Id: Ie9ceed5e860593490ec39788c6a0c353bfdd6947 Reviewed-on: https://chromium-review.googlesource.com/c/1347361Reviewed-by:Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Uladzimir Miniailau <miniailau@google.com> Cr-Commit-Position: refs/heads/master@{#610460}
Showing
Please register or sign in to comment