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

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

Issue 93643002: Media Galleries: Add chrome.mediaGalleries.addUserSelectedFolder(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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
===================================================================
--- chrome/renderer/extensions/media_galleries_custom_bindings.h (revision 237402)
+++ chrome/renderer/extensions/media_galleries_custom_bindings.h (working copy)
@@ -16,11 +16,6 @@
ChromeV8Context* context);
private:
- // FileSystemObject GetMediaFileSystem(string file_system_url): construct
- // a file system object from a file system url.
- void GetMediaFileSystemObject(
- const v8::FunctionCallbackInfo<v8::Value>& args);
-
DISALLOW_COPY_AND_ASSIGN(MediaGalleriesCustomBindings);
};

Powered by Google App Engine
This is Rietveld 408576698