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

Unified Diff: base/values.cc

Issue 251093: Modify extension request IPC messages to pass a ListValue instead of a string. (Closed)
Patch Set: notreached messages Created 11 years, 2 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 | « base/values.h ('k') | chrome/browser/automation/automation_extension_function.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/values.cc
diff --git a/base/values.cc b/base/values.cc
index d97da24157db8d5e624d3bc56e1fa12251733f7f..51e68a75e428c260437a40af9415efe2b4019099 100644
--- a/base/values.cc
+++ b/base/values.cc
@@ -193,7 +193,8 @@ BinaryValue* BinaryValue::Create(char* buffer, size_t size) {
}
// static
-BinaryValue* BinaryValue::CreateWithCopiedBuffer(char* buffer, size_t size) {
+BinaryValue* BinaryValue::CreateWithCopiedBuffer(const char* buffer,
+ size_t size) {
if (!buffer)
return NULL;
« no previous file with comments | « base/values.h ('k') | chrome/browser/automation/automation_extension_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698