| Index: extensions/browser/extension_function.h
|
| diff --git a/extensions/browser/extension_function.h b/extensions/browser/extension_function.h
|
| index a6d814d571237bea8d1193087dbf8d89bac41bf9..3f6f9cecb7e892e6013e010e324536c3f18fc26c 100644
|
| --- a/extensions/browser/extension_function.h
|
| +++ b/extensions/browser/extension_function.h
|
| @@ -200,6 +200,8 @@ class ExtensionFunction
|
| virtual void SetArgs(const base::ListValue* args);
|
|
|
| // Sets a single Value as the results of the function.
|
| + void SetResult(scoped_ptr<base::Value> result);
|
| + // As above, but deprecated. TODO(estade): remove.
|
| void SetResult(base::Value* result);
|
|
|
| // Sets multiple Values as the results of the function.
|
|
|