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

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

Issue 10086011: [Chrome OS ECHO]: Rename API and method names (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address tbarzic's comments Created 8 years, 8 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/offers/component_extension/manifest.json
diff --git a/chrome/test/data/extensions/api_test/offers/component_extension/manifest.json b/chrome/test/data/extensions/api_test/offers/component_extension/manifest.json
deleted file mode 100644
index 36c9d267489b765abc6a4cf2f73b837dde63e6b4..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/offers/component_extension/manifest.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- // chrome-extension://lbgjohhgghbkcgejgklgcmfijhbheflf/
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDasz2sLsAlmcF0v7/FGwzWVP/T+CLhvWpojKckVp8RH0bN/x3HvQ8FUweTymsaLbqxMHn8LbMOYt9uvLg7MuUcs0puzo7vPEwW7FPwLdIke2Fth+uXgkBFUFvtrOoAyIXmiRRFoIi9qfNVQOvIz0nv0c7UEKoHT3UnT0ekxSl7lwIDAQAB",
- "name": "chrome.offersPrivate.apitest",
- "version": "0.1",
- "description": "tests for chrome.offersPrivate API.",
- "manifest_version": 2,
- "background": {"scripts": ["test.js"]},
- "permissions": ["offersPrivate"]
-}

Powered by Google App Engine
This is Rietveld 408576698