| Index: chrome/browser/extensions/extension_host.cc
|
| diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
|
| index 3baa9084e1feb99330be679ef6ffed520abef691..a295ef914db9f9912ec9fe7d40cfea5645f39229 100644
|
| --- a/chrome/browser/extensions/extension_host.cc
|
| +++ b/chrome/browser/extensions/extension_host.cc
|
| @@ -346,7 +346,7 @@ WebPreferences ExtensionHost::GetWebkitPrefs() {
|
| }
|
|
|
| void ExtensionHost::ProcessDOMUIMessage(const std::string& message,
|
| - const std::string& content,
|
| + const Value* content,
|
| int request_id,
|
| bool has_callback) {
|
| if (extension_function_dispatcher_.get()) {
|
|
|