Index: chrome/common/extensions/api/passwords_private.idl |
diff --git a/chrome/common/extensions/api/passwords_private.idl b/chrome/common/extensions/api/passwords_private.idl |
index 43855bc43c10ce161ad2068dda72c0f3f117237e..c2a1265f194bb7c6f86ec012ee49fb860c43f32a 100644 |
--- a/chrome/common/extensions/api/passwords_private.idl |
+++ b/chrome/common/extensions/api/passwords_private.idl |
@@ -36,17 +36,7 @@ namespace passwordsPrivate { |
DOMString plaintextPassword; |
}; |
- callback CanAccountBeManagedCallback = void(boolean canAccountBeManaged); |
- |
interface Functions { |
- // Determines whether account's passwords can be managed via |
- // https://passwords.google.com/settings/passwords. |
- // |
- // |callback|: Callback which will be passed the boolean of whether the |
- // account can be managed. |
- static void canPasswordAccountBeManaged( |
- CanAccountBeManagedCallback callback); |
- |
// Removes the saved password corresponding to |loginPair|. If no saved |
// password for this pair exists, this function is a no-op. |
// |