Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: extensions/common/extension_api.h

Issue 2275813002: Revert of Signal extension API schema corruption to the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/extension_message_filter.cc ('k') | extensions/common/extension_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « extensions/browser/extension_message_filter.cc ('k') | extensions/common/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698