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

Unified Diff: chrome/renderer/extensions/file_manager_private_custom_bindings.h

Issue 1854983002: [Extensions] Add more bindings access checks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 8 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: 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);
};

Powered by Google App Engine
This is Rietveld 408576698