Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8920)

Unified Diff: chrome/browser/ui/webui/signin/inline_login_ui.h

Issue 1054403002: Basic tests for new webview based signin flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove flaky back-button check Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/ui/webui/signin/inline_login_handler_impl.cc ('k') | chrome/browser/ui/webui/signin/inline_login_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698