|
@@ -446,8 +446,8 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/Bookm
|
|
|
+ // get real actual file name on disk
|
|
|
+ if (actualFilePath==null) actualFilePath = lastSelectedUri.toString();
|
|
|
+ // set file name to last exported file name
|
|
|
-+ fileSelector.putExtra(Intent.EXTRA_TITLE,
|
|
|
-+ ContentUriUtils.getDisplayName(lastSelectedUri, context,
|
|
|
++ fileSelector.putExtra(Intent.EXTRA_TITLE,
|
|
|
++ ContentUriUtils.getDisplayName(lastSelectedUri, context,
|
|
|
+ DocumentsContract.Document.COLUMN_DISPLAY_NAME));
|
|
|
+ }
|
|
|
+ return null;
|
|
@@ -504,7 +504,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/Bookm
|
|
|
+ DownloadLocationDialogController controller = new DownloadLocationDialogController() {
|
|
|
+ @Override
|
|
|
+ public void onDownloadLocationDialogComplete(String returnedPath) {}
|
|
|
-+
|
|
|
++
|
|
|
+ @Override
|
|
|
+ public void onDownloadLocationDialogCanceled() {}
|
|
|
+ };
|