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

Unified Diff: ui/shell_dialogs/select_file_dialog_android.h

Issue 150283002: Figure out the display name for a content uri. (Closed) Base URL: svn://svn.chromium.org/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 | « ui/shell_dialogs/android/OWNERS ('k') | ui/shell_dialogs/select_file_dialog_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/select_file_dialog_android.h
diff --git a/ui/shell_dialogs/select_file_dialog_android.h b/ui/shell_dialogs/select_file_dialog_android.h
index 911dc483ed6b73ba72a34037996714867f4cd279..26903086c7db038aabeae26b0ec886308ea06607 100644
--- a/ui/shell_dialogs/select_file_dialog_android.h
+++ b/ui/shell_dialogs/select_file_dialog_android.h
@@ -18,7 +18,10 @@ class SelectFileDialogImpl : public SelectFileDialog {
static SelectFileDialogImpl* Create(Listener* listener,
SelectFilePolicy* policy);
- void OnFileSelected(JNIEnv* env, jobject java_object, jstring filepath);
+ void OnFileSelected(JNIEnv* env,
+ jobject java_object,
+ jstring filepath,
+ jstring display_name);
void OnFileNotSelected(JNIEnv* env, jobject java_object);
// From SelectFileDialog
« no previous file with comments | « ui/shell_dialogs/android/OWNERS ('k') | ui/shell_dialogs/select_file_dialog_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698