| Index: extensions/common/extension_api.h
|
| diff --git a/extensions/common/extension_api.h b/extensions/common/extension_api.h
|
| index 03a8508dcc22412d0a65616562279450de63a8b2..e876079b37858897adf6611bcfe679e5744fed8a 100644
|
| --- a/extensions/common/extension_api.h
|
| +++ b/extensions/common/extension_api.h
|
| @@ -106,8 +106,7 @@
|
| // Returns true if |name| is available to WebUI contexts on |url|.
|
| bool IsAvailableToWebUI(const std::string& name, const GURL& url);
|
|
|
| - // Gets the schema for the extension API with namespace |full_name|, or
|
| - // nullptr if the schema could not be loaded.
|
| + // Gets the schema for the extension API with namespace |full_name|.
|
| // Ownership remains with this object.
|
| const base::DictionaryValue* GetSchema(const std::string& full_name);
|
|
|
|
|