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

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

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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.h
diff --git a/chrome/browser/ui/sync/one_click_signin_helper.h b/chrome/browser/ui/sync/one_click_signin_helper.h
index c80816daeefee41633964e724f58589ed08145ad..25d174213b84895dbffba274a38bf46802a0e7db 100644
--- a/chrome/browser/ui/sync/one_click_signin_helper.h
+++ b/chrome/browser/ui/sync/one_click_signin_helper.h
@@ -171,10 +171,6 @@ class OneClickSigninHelper
static void LogHistogramValue(signin::Source source, int action);
- static void CreateForWebContentsWithPasswordManager(
- content::WebContents* contents,
- password_manager::PasswordManager* password_manager);
-
// Returns true if the one-click signin feature can be offered at this time.
// If |email| is not empty, then the profile is checked to see if it's
// already connected to a google account or if the user has already rejected
@@ -282,8 +278,7 @@ class OneClickSigninHelper
// SAML-based accounts, but causes bug crbug.com/181163.
static const int kMaxNavigationsSince;
- OneClickSigninHelper(content::WebContents* web_contents,
- password_manager::PasswordManager* password_manager);
+ explicit OneClickSigninHelper(content::WebContents* web_contents);
~OneClickSigninHelper() override;
@@ -332,6 +327,7 @@ class OneClickSigninHelper
void PasswordSubmitted(const autofill::PasswordForm& form);
// content::WebContentsObserver overrides.
+ void RenderFrameCreated(content::RenderFrameHost* render_frame_host) override;
void DidStartNavigationToPendingEntry(
const GURL& url,
content::NavigationController::ReloadType reload_type) override;

Powered by Google App Engine
This is Rietveld 408576698