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

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

Issue 1174343003: blink:bindings: Passes the global context instead of |this| in JS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/media_galleries_custom_bindings.h
diff --git a/chrome/renderer/extensions/media_galleries_custom_bindings.h b/chrome/renderer/extensions/media_galleries_custom_bindings.h
index bfa68ce9432c12231f2496e25de9e8b93d0f03c0..469953b7f4b5f1de008c662db7dfdd7fb14bebc6 100644
--- a/chrome/renderer/extensions/media_galleries_custom_bindings.h
+++ b/chrome/renderer/extensions/media_galleries_custom_bindings.h
@@ -15,6 +15,9 @@ class MediaGalleriesCustomBindings : public ObjectBackedNativeHandler {
explicit MediaGalleriesCustomBindings(ScriptContext* context);
private:
+ void GetMediaFileSystemObject(
+ const v8::FunctionCallbackInfo<v8::Value>& args);
+
DISALLOW_COPY_AND_ASSIGN(MediaGalleriesCustomBindings);
};

Powered by Google App Engine
This is Rietveld 408576698