| Index: chrome/browser/extensions/extension_function.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_function.h (revision 30303)
|
| +++ chrome/browser/extensions/extension_function.h (working copy)
|
| @@ -37,7 +37,7 @@
|
|
|
| // Specifies the name of the function.
|
| void set_name(const std::string& name) { name_ = name; }
|
| - const std::string name() { return name_; }
|
| + const std::string name() const { return name_; }
|
|
|
| // Specifies the raw arguments to the function, as a JSON value.
|
| virtual void SetArgs(const Value* args) = 0;
|
|
|