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

Unified Diff: chrome/common/extensions/docs/server2/link_converter.py

Issue 11745015: Update references to the extension messaging APIs to point to the "runtime" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/docs/server2/link_converter.py
diff --git a/chrome/common/extensions/docs/server2/link_converter.py b/chrome/common/extensions/docs/server2/link_converter.py
index 506e326c9821d0afc38e8302adcc07b7f95a9fc6..92c18394ed5113634d9e24e1aa9cc54818eea496 100755
--- a/chrome/common/extensions/docs/server2/link_converter.py
+++ b/chrome/common/extensions/docs/server2/link_converter.py
@@ -60,7 +60,7 @@ def _ConvertFile(filename, use_stdout):
contents = re.sub(regex,
lambda m: _Replace(m, filename),
contents)
- contents = contents.replace('$ref:extension.lastError',
+ contents = contents.replace('$ref:runtime.lastError',
'$ref:runtime.lastError')
if use_stdout:
print contents

Powered by Google App Engine
This is Rietveld 408576698