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

Unified Diff: chrome/common/extensions/api/runtime.json

Issue 10310182: Hack to restrict runtime API to dev channel rather than experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: chrome/common/extensions/api/runtime.json
diff --git a/chrome/common/extensions/api/experimental_runtime.json b/chrome/common/extensions/api/runtime.json
similarity index 97%
rename from chrome/common/extensions/api/experimental_runtime.json
rename to chrome/common/extensions/api/runtime.json
index ad371601c9b6d8cfa43a40bc6e8317f367591761..c6723db6ad918b945fd48978e4070d3f2848fe4d 100644
--- a/chrome/common/extensions/api/experimental_runtime.json
+++ b/chrome/common/extensions/api/runtime.json
@@ -4,7 +4,7 @@
[
{
- "namespace": "experimental.runtime",
+ "namespace": "runtime",
"functions": [
{
"name": "getBackgroundPage",

Powered by Google App Engine
This is Rietveld 408576698