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

Unified Diff: ui/shell_dialogs/select_file_dialog_android.h

Issue 157573002: Merge 248707 "Figure out the display name for a content uri." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 10 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
===================================================================
--- ui/shell_dialogs/select_file_dialog_android.h (revision 249688)
+++ ui/shell_dialogs/select_file_dialog_android.h (working copy)
@@ -18,7 +18,10 @@
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