| Index: chrome/renderer/extensions/chrome_private_custom_bindings.h
|
| ===================================================================
|
| --- chrome/renderer/extensions/chrome_private_custom_bindings.h (revision 125813)
|
| +++ chrome/renderer/extensions/chrome_private_custom_bindings.h (working copy)
|
| @@ -15,9 +15,14 @@
|
| // Implements custom bindings for the chromePrivate API.
|
| class ChromePrivateCustomBindings : public ChromeV8Extension {
|
| public:
|
| - explicit ChromePrivateCustomBindings(
|
| + ChromePrivateCustomBindings(
|
| + int dependency_count,
|
| + const char** dependencies,
|
| ExtensionDispatcher* extension_dispatcher);
|
|
|
| + virtual v8::Handle<v8::FunctionTemplate> GetNativeFunction(
|
| + v8::Handle<v8::String> name) OVERRIDE;
|
| +
|
| private:
|
| // Decodes supplied JPEG byte array to image pixel array.
|
| static v8::Handle<v8::Value> DecodeJPEG(const v8::Arguments& args);
|
|
|