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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.h

Issue 1668523002: [Password Manager] Switch password manager code to use the Feature framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes to fieldtrial_testing_config_*.json Created 4 years, 10 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/password_manager/chrome_password_manager_client.h
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
index 97b2d4050161ca4c1f4b53da8222a603448e54f7..087e276b7f8d7cac3bfd14f110235778fed68595 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -99,9 +99,6 @@ class ChromePasswordManagerClient
// the sad old Infobar UI.
static bool IsTheHotNewBubbleUIEnabled();
- // Returns true if the password manager should be enabled during sync signin.
- static bool EnabledForSyncSignin();
vabr (Chromium) 2016/02/26 09:43:41 Please split this change (fixing http://crbug.com/
Pritam Nikam 2016/02/26 12:42:23 Will address this in separate CL.
-
protected:
// Callable for tests.
ChromePasswordManagerClient(content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698