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

Unified Diff: components/password_manager/core/common/password_manager_switches.h

Issue 1418483002: password_manager_switches.h: Remove dangling declarations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/common/password_manager_switches.h
diff --git a/components/password_manager/core/common/password_manager_switches.h b/components/password_manager/core/common/password_manager_switches.h
index ffa8eb119c6ecf14e6b3dd6d2ef88b1ebe901128..68fc24c75ea45a1942af92bdaebdc40aebe33db7 100644
--- a/components/password_manager/core/common/password_manager_switches.h
+++ b/components/password_manager/core/common/password_manager_switches.h
@@ -16,7 +16,6 @@ extern const char kAllowAutofillSyncCredential[];
extern const char kDisableAffiliationBasedMatching[];
extern const char kDisableDropSyncCredential[];
extern const char kDisableManagerForSyncSignin[];
-extern const char kDisablePasswordLink[];
extern const char kDisallowAutofillSyncCredential[];
extern const char kDisallowAutofillSyncCredentialForReauth[];
extern const char kEnableAffiliationBasedMatching[];
@@ -25,7 +24,6 @@ extern const char kEnableDropSyncCredential[];
extern const char kEnableManagerForSyncSignin[];
extern const char kEnablePasswordChangeSupport[];
extern const char kEnablePasswordForceSaving[];
-extern const char kEnablePasswordLink[];
} // namespace switches
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698