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

Unified Diff: chrome/common/extensions/docs/static/messaging.html

Issue 6574031: Merge 75894 - Fix typo in Message Passing sample code.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/648/src/
Patch Set: Created 9 years, 10 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
« no previous file with comments | « chrome/common/extensions/docs/messaging.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/messaging.html
===================================================================
--- chrome/common/extensions/docs/static/messaging.html (revision 75896)
+++ chrome/common/extensions/docs/static/messaging.html (working copy)
@@ -122,7 +122,7 @@
if (msg.question == "Who's there?")
port.postMessage({answer: "Madame"});
else if (msg.question == "Madame who?")
- port.postMessage({answer: "Madame... Bovary");
+ port.postMessage({answer: "Madame... Bovary"});
});
</pre>
« no previous file with comments | « chrome/common/extensions/docs/messaging.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698