| Index: chrome/renderer/extensions/file_manager_private_custom_bindings.h
|
| diff --git a/chrome/renderer/extensions/file_manager_private_custom_bindings.h b/chrome/renderer/extensions/file_manager_private_custom_bindings.h
|
| index d4aee359ec7acdb15279183ba2ac7364006af48e..b88b0f51708b90ff854867e38ceb418d48fe68ab 100644
|
| --- a/chrome/renderer/extensions/file_manager_private_custom_bindings.h
|
| +++ b/chrome/renderer/extensions/file_manager_private_custom_bindings.h
|
| @@ -16,9 +16,11 @@ class FileManagerPrivateCustomBindings : public ObjectBackedNativeHandler {
|
| public:
|
| explicit FileManagerPrivateCustomBindings(ScriptContext* context);
|
|
|
| + private:
|
| void GetFileSystem(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| + void GetExternalFileEntry(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| + void GetEntryURL(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
|
| - private:
|
| DISALLOW_COPY_AND_ASSIGN(FileManagerPrivateCustomBindings);
|
| };
|
|
|
|
|