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

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

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.cc
diff --git a/chrome/browser/ui/webui/signin/inline_login_ui.cc b/chrome/browser/ui/webui/signin/inline_login_ui.cc
index d45b25e3cfbafd521b962770a97c953c6403b5bf..6bd7c52b1a036b6bf0d47b0dc56913868b109183 100644
--- a/chrome/browser/ui/webui/signin/inline_login_ui.cc
+++ b/chrome/browser/ui/webui/signin/inline_login_ui.cc
@@ -127,7 +127,7 @@ InlineLoginUI::InlineLoginUI(content::WebUI* web_ui)
InlineLoginUI::~InlineLoginUI() {}
// Gets the Gaia iframe within a WebContents.
-content::RenderFrameHost* InlineLoginUI::GetAuthIframe(
+content::RenderFrameHost* InlineLoginUI::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_ui.h ('k') | chrome/browser/ui/webui/signin/login_ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698