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

Unified Diff: chrome/test/data/extensions/api_test/passwords_private/test.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
Index: chrome/test/data/extensions/api_test/passwords_private/test.js
diff --git a/chrome/test/data/extensions/api_test/passwords_private/test.js b/chrome/test/data/extensions/api_test/passwords_private/test.js
index d0e8d7c5f13c2048923df695b237aefee590ba7c..cd8876d24ed5058024db02bc3bc67019c09acbbb 100644
--- a/chrome/test/data/extensions/api_test/passwords_private/test.js
+++ b/chrome/test/data/extensions/api_test/passwords_private/test.js
@@ -7,15 +7,6 @@
// and failures are detected.
var availableTests = [
- function canPasswordAccountBeManaged() {
- var callback = function() {
- // Ensure that the callback is invoked.
- chrome.test.succeed();
- };
-
- chrome.passwordsPrivate.canPasswordAccountBeManaged(callback);
- },
-
function removeSavedPassword() {
var numCalls = 0;
var numSavedPasswords;
« no previous file with comments | « chrome/common/extensions/api/passwords_private.idl ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698