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

Unified Diff: remoting/client/extension/manifest.json

Issue 7033042: Update the appengine code to use OAuth2 and break the gdata dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixed. Created 9 years, 7 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: remoting/client/extension/manifest.json
diff --git a/remoting/client/extension/manifest.json b/remoting/client/extension/manifest.json
deleted file mode 100644
index 05d3da240963407af6dfb7d5c0e38793fdd32255..0000000000000000000000000000000000000000
--- a/remoting/client/extension/manifest.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
Jamie 2011/05/20 16:46:47 I can't tell whether or not the enclosing director
- "name": "Chromoting Client",
- "version": "1.1",
- "description": "Lists the Chromoting hosts that the current user can access.",
- "browser_action": {
- "default_icon": "chromoticon.png",
- "default_title": "Chromoting"
- },
- "background_page": "background.html",
- "permissions": [
- "tabs",
- "https://www.googleapis.com/chromoting/",
- "https://www.google.com/accounts/"
- ]
-}
« remoting/client/appengine/hostlist.html ('K') | « remoting/client/appengine/static_files/client.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698