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

Unified Diff: chrome/browser/ui/sync/one_click_signin_helper.cc

Issue 10805051: Add RenderViewHost* to DidStartLoading and DidStopLoading in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/sync/one_click_signin_helper.cc
===================================================================
--- chrome/browser/ui/sync/one_click_signin_helper.cc (revision 147723)
+++ chrome/browser/ui/sync/one_click_signin_helper.cc (working copy)
@@ -326,7 +326,8 @@
SavePassword(UTF16ToUTF8(params.password_form.password_value));
}
-void OneClickSigninHelper::DidStopLoading() {
+void OneClickSigninHelper::DidStopLoading(
+ content::RenderViewHost* render_view_host) {
if (email_.empty() || password_.empty())
return;
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_helper.h ('k') | content/browser/renderer_host/render_view_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698