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

Unified Diff: Source/platform/FileChooser.h

Issue 1202153003: Removing unused functions from FileChooser class (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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
« no previous file with comments | « no previous file | Source/platform/FileChooser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/FileChooser.h
diff --git a/Source/platform/FileChooser.h b/Source/platform/FileChooser.h
index 784bc4b358749ad61e604df48e95c1cc85e07d94..c06906b2aa1e2442d8e88091fde9db3eafd0e8da 100644
--- a/Source/platform/FileChooser.h
+++ b/Source/platform/FileChooser.h
@@ -94,8 +94,6 @@ public:
void disconnectClient() { m_client = 0; }
- void chooseFiles(const Vector<String>& paths);
-
// FIXME: We should probably just pass file paths that could be virtual paths with proper display names rather than passing structs.
void chooseFiles(const Vector<FileChooserFileInfo>& files);
« no previous file with comments | « no previous file | Source/platform/FileChooser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698