Index: chrome/browser/ui/webui/signin/inline_login_ui.h |
diff --git a/chrome/browser/ui/webui/signin/inline_login_ui.h b/chrome/browser/ui/webui/signin/inline_login_ui.h |
index d4c4408253d8712a68d4ad853c9521d81f324f4a..20a9f23f75fc180a9268c2a67df7fd9857f33faa 100644 |
--- a/chrome/browser/ui/webui/signin/inline_login_ui.h |
+++ b/chrome/browser/ui/webui/signin/inline_login_ui.h |
@@ -21,9 +21,10 @@ class InlineLoginUI : public ui::WebDialogUI { |
explicit InlineLoginUI(content::WebUI* web_ui); |
~InlineLoginUI() override; |
- // Gets the iframe within an auth page that has the specified parent origin |
- // if |parent_origin| is not empty, and the specified parent frame name. |
- static content::RenderFrameHost* GetAuthIframe( |
+ // Gets the frame (iframe or webview) within an auth page that has the |
+ // specified parent origin if |parent_origin| is not empty, and the specified |
+ // parent frame name. |
+ static content::RenderFrameHost* GetAuthFrame( |
content::WebContents* web_contents, |
const GURL& parent_origin, |
const std::string& parent_frame_name); |