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

Unified Diff: chrome/test/data/extensions/api_test/preferences_private/manifest.json

Issue 118413003: Add hook for extension to check sync status. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years 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/preferences_private/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bookmark_manager/standard/manifest.json b/chrome/test/data/extensions/api_test/preferences_private/manifest.json
similarity index 51%
copy from chrome/test/data/extensions/api_test/bookmark_manager/standard/manifest.json
copy to chrome/test/data/extensions/api_test/preferences_private/manifest.json
index 4318a24ae9a0c14c0a21d158ea960436c0c2259c..43a22d9d9fff389a1ca4e3eea8fafb01b8a62fc7 100644
--- a/chrome/test/data/extensions/api_test/bookmark_manager/standard/manifest.json
+++ b/chrome/test/data/extensions/api_test/preferences_private/manifest.json
@@ -1,11 +1,9 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQcByy+eN9jzazWF/DPn7NW47sW7lgmpk6eKc0BQM18q8hvEM3zNm2n7HkJv/R6fU+X5mtqkDuKvq5skF6qqUF4oEyaleWDFhd1xFwV7JV+/DU7bZ00w2+6gzqsabkerFpoP33ZRIw7OviJenP0c0uWqDWF8EGSyMhB3txqhOtiQIDAQAC",
- "name": "chrome.bookmarkManagerPrivate",
+ "name": "chrome.preferencesPrivate",
not at google - send to devlin 2013/12/18 22:30:37 could you upload this CL with --no-detect-copies (
Rune Fevang 2013/12/19 00:13:43 Done.
"version": "0.1",
"manifest_version": 2,
- "description": "end-to-end browser test for chrome.bookmarkManagerPrivate API",
- "background": {
- "page": "test.html"
- },
- "permissions": ["bookmarks", "bookmarkManagerPrivate", "clipboardRead", "clipboardWrite"]
+ "description": "browser test for chrome.preferencesPrivate API",
+ "permissions": ["preferencesPrivate"],
+ "background": {"scripts": ["test.js"]}
}

Powered by Google App Engine
This is Rietveld 408576698