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

Unified Diff: chrome/browser/extensions/api/passwords_private/passwords_private_api.h

Issue 1405643004: Remove passwordsPrivate.canPasswordAccountBeManaged (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@480552_clean-up-PasswordLinkInSettings
Patch Set: Fixed histograms 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 | chrome/browser/extensions/api/passwords_private/passwords_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/passwords_private/passwords_private_api.h
diff --git a/chrome/browser/extensions/api/passwords_private/passwords_private_api.h b/chrome/browser/extensions/api/passwords_private/passwords_private_api.h
index 0b8d98500889c45bc4c9fcf8ab683bb9061346f5..392a1f678b49630be636de850cc5394aa5735a3a 100644
--- a/chrome/browser/extensions/api/passwords_private/passwords_private_api.h
+++ b/chrome/browser/extensions/api/passwords_private/passwords_private_api.h
@@ -14,23 +14,6 @@
namespace extensions {
-class PasswordsPrivateCanPasswordAccountBeManagedFunction :
- public UIThreadExtensionFunction {
- public:
- PasswordsPrivateCanPasswordAccountBeManagedFunction() {}
- DECLARE_EXTENSION_FUNCTION("passwordsPrivate.canPasswordAccountBeManaged",
- PASSWORDSPRIVATE_CANPASSWORDACCOUNTBEMANAGED);
-
- protected:
- ~PasswordsPrivateCanPasswordAccountBeManagedFunction() override;
-
- // ExtensionFunction overrides.
- ResponseAction Run() override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(PasswordsPrivateCanPasswordAccountBeManagedFunction);
-};
-
class PasswordsPrivateRemoveSavedPasswordFunction :
public UIThreadExtensionFunction {
public:
« no previous file with comments | « no previous file | chrome/browser/extensions/api/passwords_private/passwords_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698