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

Unified Diff: trunk/src/chrome/renderer/extensions/miscellaneous_bindings.h

Issue 16336011: Revert 203489 "Replace JSON (de)serialization of extension messa..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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: trunk/src/chrome/renderer/extensions/miscellaneous_bindings.h
===================================================================
--- trunk/src/chrome/renderer/extensions/miscellaneous_bindings.h (revision 203729)
+++ trunk/src/chrome/renderer/extensions/miscellaneous_bindings.h (working copy)
@@ -11,7 +11,6 @@
namespace base {
class DictionaryValue;
-class ListValue;
}
namespace content {
@@ -56,7 +55,7 @@
static void DeliverMessage(
const ChromeV8ContextSet::ContextSet& context_set,
int target_port_id,
- const base::ListValue& message,
+ const std::string& message,
content::RenderView* restrict_to_render_view);
// Dispatches the Port.onDisconnect event in response to the channel being

Powered by Google App Engine
This is Rietveld 408576698