| Index: extensions/common/extension_api_stub.cc
|
| diff --git a/extensions/common/extension_api_stub.cc b/extensions/common/extension_api_stub.cc
|
| index da023344c2790b46cea8565998b369cbec49b3c4..439b7e1e099c2913ddd466ec9e6afd5c228c31c9 100644
|
| --- a/extensions/common/extension_api_stub.cc
|
| +++ b/extensions/common/extension_api_stub.cc
|
| @@ -41,6 +41,10 @@ bool ExtensionAPI::IsAvailableInUntrustedContext(const std::string& full_name,
|
| return false;
|
| }
|
|
|
| +bool ExtensionAPI::IsAvailableToWebUI(const std::string& name) {
|
| + return false;
|
| +}
|
| +
|
| const base::DictionaryValue* ExtensionAPI::GetSchema(
|
| const std::string& full_name) {
|
| return NULL;
|
|
|