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

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

Issue 129573002: Cleanup: Move MediaGalleriesCustomBindings::GetMediaFileSystemObject() into an anonymous namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | chrome/renderer/extensions/media_galleries_custom_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/media_galleries_custom_bindings.h
===================================================================
--- chrome/renderer/extensions/media_galleries_custom_bindings.h (revision 241158)
+++ 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);
};
« no previous file with comments | « no previous file | chrome/renderer/extensions/media_galleries_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698