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

Side by Side Diff: chrome/test/data/extensions/api_test/echo/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 unified diff | Download patch
OLDNEW
1 { 1 {
2 // chrome-extension://lbgjohhgghbkcgejgklgcmfijhbheflf/ 2 // chrome-extension://lbgjohhgghbkcgejgklgcmfijhbheflf/
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDasz2sLsAlmcF0v7/FGwzWVP/T+CLhvW pojKckVp8RH0bN/x3HvQ8FUweTymsaLbqxMHn8LbMOYt9uvLg7MuUcs0puzo7vPEwW7FPwLdIke2Fth+ uXgkBFUFvtrOoAyIXmiRRFoIi9qfNVQOvIz0nv0c7UEKoHT3UnT0ekxSl7lwIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDasz2sLsAlmcF0v7/FGwzWVP/T+CLhvW pojKckVp8RH0bN/x3HvQ8FUweTymsaLbqxMHn8LbMOYt9uvLg7MuUcs0puzo7vPEwW7FPwLdIke2Fth+ uXgkBFUFvtrOoAyIXmiRRFoIi9qfNVQOvIz0nv0c7UEKoHT3UnT0ekxSl7lwIDAQAB",
4 "name": "chrome.offersPrivate.apitest", 4 "name": "chrome.echoPrivate.apitest",
5 "version": "0.1", 5 "version": "0.1",
6 "description": "tests for chrome.offersPrivate API.", 6 "description": "tests for chrome.echoPrivate API.",
7 "manifest_version": 2, 7 "manifest_version": 2,
8 "background": {"scripts": ["test.js"]}, 8 "background": {"scripts": ["test.js"]},
9 "permissions": ["offersPrivate"] 9 "permissions": ["echoPrivate"]
10 } 10 }
OLDNEW
« no previous file with comments | « chrome/common/extensions_api_resources.grd ('k') | chrome/test/data/extensions/api_test/echo/component_extension/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698