| Index: chrome/common/extensions/api/extension_api.h
|
| diff --git a/chrome/common/extensions/api/extension_api.h b/chrome/common/extensions/api/extension_api.h
|
| index 1d489c34225d038e1b8d9c3d75c206958b747ae3..cbbdaadef180cd8a8eca139ee90ae90a131370af 100644
|
| --- a/chrome/common/extensions/api/extension_api.h
|
| +++ b/chrome/common/extensions/api/extension_api.h
|
| @@ -119,7 +119,7 @@ class ExtensionAPI : public FeatureProvider {
|
| friend struct DefaultSingletonTraits<ExtensionAPI>;
|
|
|
| // Loads a schema.
|
| - void LoadSchema(const base::StringPiece& schema);
|
| + void LoadSchema(const std::string& name, const base::StringPiece& schema);
|
|
|
| // Returns true if the function or event under |namespace_node| with
|
| // the specified |child_name| is privileged, or false otherwise. If the name
|
|
|