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

Unified Diff: third_party/closure_compiler/externs/passwords_private.js

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 | « extensions/browser/extension_function_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/externs/passwords_private.js
diff --git a/third_party/closure_compiler/externs/passwords_private.js b/third_party/closure_compiler/externs/passwords_private.js
index 0679980fce4cf88e6d80417abbc5f8de5d8955cf..f138031127555e4097fe0546cede2ed434e6d3c7 100644
--- a/third_party/closure_compiler/externs/passwords_private.js
+++ b/third_party/closure_compiler/externs/passwords_private.js
@@ -38,15 +38,6 @@ var PasswordUiEntry;
var PlaintextPasswordEventParameters;
/**
- * Determines whether account's passwords can be managed via
- * https://passwords.google.com/settings/passwords.
- * @param {function(boolean):void} callback Callback which will be passed the
- * boolean of whether the account can be managed.
- * @see https://developer.chrome.com/extensions/passwordsPrivate#method-canPasswordAccountBeManaged
- */
-chrome.passwordsPrivate.canPasswordAccountBeManaged = function(callback) {};
-
-/**
* Removes the saved password corresponding to |loginPair|. If no saved password
* for this pair exists, this function is a no-op.
* @param {LoginPair} loginPair The LoginPair corresponding to the entry to
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698