Commit 19a045cc authored by Eugene But's avatar Eugene But Committed by Commit Bot

[ios] Remove extra public keyword from WebState class

Bug: None
Change-Id: I8a464113c62651cba7e18c694097d6f3b7798f74
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321710Reviewed-by: default avatarAli Juma <ajuma@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792309}
parent ecb23a1f
...@@ -346,7 +346,6 @@ class WebState : public base::SupportsUserData { ...@@ -346,7 +346,6 @@ class WebState : public base::SupportsUserData {
// the security state (e.g. a non-secure form element is edited). // the security state (e.g. a non-secure form element is edited).
virtual void DidChangeVisibleSecurityState() = 0; virtual void DidChangeVisibleSecurityState() = 0;
public:
virtual InterfaceBinder* GetInterfaceBinderForMainFrame(); virtual InterfaceBinder* GetInterfaceBinderForMainFrame();
// Whether this WebState was created with an opener. // Whether this WebState was created with an opener.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment