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

Unified Diff: chrome/browser/resources/chromeos/echo/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: rebase 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/browser/resources/chromeos/echo/manifest.json
diff --git a/chrome/browser/resources/chromeos/offers/manifest.json b/chrome/browser/resources/chromeos/echo/manifest.json
similarity index 94%
rename from chrome/browser/resources/chromeos/offers/manifest.json
rename to chrome/browser/resources/chromeos/echo/manifest.json
index edb4ebdb35a84a8c192ec6b737e7ce54cbc35ce0..8f45c4487b7dbd46494565e12744d3ffcb2f35b8 100644
--- a/chrome/browser/resources/chromeos/offers/manifest.json
+++ b/chrome/browser/resources/chromeos/echo/manifest.json
@@ -10,7 +10,7 @@
"content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' https://apis.google.com; frame-src 'self' https://www.googleapis.com https://www-googleapis-test.sandbox.google.com; object-src 'self'",
"permissions": [
"cookies",
- "offersPrivate",
+ "echoPrivate",
"https://*/*"
],
"web_accessible_resources": [
@@ -18,7 +18,7 @@
"main.js"
],
"intents": {
- "https://crosoffers.com/startEcho": [{
+ "https://crosecho.com/startEcho": [{
"type" : ["application/vnd.chromeos.echo"],
"title" : "Initiate Chrome OS ECHO",
"path" : "main.html",

Powered by Google App Engine
This is Rietveld 408576698