| Index: chrome/renderer/extensions/experimental.socket_custom_bindings.h
|
| ===================================================================
|
| --- chrome/renderer/extensions/experimental.socket_custom_bindings.h (revision 125813)
|
| +++ chrome/renderer/extensions/experimental.socket_custom_bindings.h (working copy)
|
| @@ -13,7 +13,11 @@
|
| // Implements custom bindings for the experimental.socket API.
|
| class ExperimentalSocketCustomBindings : public ChromeV8Extension {
|
| public:
|
| - ExperimentalSocketCustomBindings();
|
| + ExperimentalSocketCustomBindings(
|
| + int dependency_count, const char** dependencies);
|
| +
|
| + virtual v8::Handle<v8::FunctionTemplate> GetNativeFunction(
|
| + v8::Handle<v8::String> name) OVERRIDE;
|
| };
|
|
|
| } // extensions
|
|
|