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

Unified Diff: chrome/browser/file_select_helper.cc

Issue 10536066: android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/file_select_helper.cc
diff --git a/chrome/browser/file_select_helper.cc b/chrome/browser/file_select_helper.cc
index 591f725fa065d0454e34361d1d87fbd39782aadd..61e49fffac82110f5f6c32dfa4fa5728f8440856 100644
--- a/chrome/browser/file_select_helper.cc
+++ b/chrome/browser/file_select_helper.cc
@@ -407,7 +407,11 @@ void FileSelectHelper::RunFileChooserOnUIThread(
FILE_PATH_LITERAL(""),
web_contents_,
owning_window,
+#if defined(OS_ANDROID)
+ static_cast<void*>(const_cast<content::FileChooserParams*>(&params)));
+#else
NULL);
+#endif
select_file_types_.reset();
}

Powered by Google App Engine
This is Rietveld 408576698