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

Unified Diff: apps/shell/common/shell_extensions_client.h

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: little things Created 6 years, 9 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
Index: apps/shell/common/shell_extensions_client.h
diff --git a/apps/shell/common/shell_extensions_client.h b/apps/shell/common/shell_extensions_client.h
index 9d5e01e03a75e9b9e2e36495ebcdc4337ca3b179..457d3c40bcc92891127114a29135cf0421158648 100644
--- a/apps/shell/common/shell_extensions_client.h
+++ b/apps/shell/common/shell_extensions_client.h
@@ -37,6 +37,9 @@ class ShellExtensionsClient : public extensions::ExtensionsClient {
const extensions::APIPermissionSet& api_permissions) const OVERRIDE;
virtual bool IsScriptableURL(const GURL& url, std::string* error) const
OVERRIDE;
+ virtual bool IsAPISchemaGenerated(const std::string& name) const OVERRIDE;
+ virtual base::StringPiece GetAPISchema(const std::string& name) const
+ OVERRIDE;
private:
ScriptingWhitelist scripting_whitelist_;

Powered by Google App Engine
This is Rietveld 408576698