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

Unified Diff: chrome/test/data/extensions/api_test/passwords_private/main.html

Issue 1142693003: Implement the chrome.passwordsPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stevenjb comment. Created 5 years, 6 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/main.html
diff --git a/chrome/test/data/extensions/api_test/settings_private/main.html b/chrome/test/data/extensions/api_test/passwords_private/main.html
similarity index 64%
copy from chrome/test/data/extensions/api_test/settings_private/main.html
copy to chrome/test/data/extensions/api_test/passwords_private/main.html
index 6ca52e26790d6b7d05daec3987c5490348293cba..040b1ffc0ea512c4a484a6a7da2048bc788529b3 100644
--- a/chrome/test/data/extensions/api_test/settings_private/main.html
+++ b/chrome/test/data/extensions/api_test/passwords_private/main.html
@@ -6,6 +6,6 @@
<script src="test.js"></script>
<html>
-<head><title>settings private component API interface test</title></head>
-<body><h2>chrome.settingsPrivate.* tests</h2></body>
-</html>
+<head><title>passwordsPrivate component API interface test</title></head>
+<body><h2>chrome.passwordsPrivate.* tests</h2></body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698