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

Unified Diff: chrome/browser/android/tab_android.h

Issue 10916160: Upstreaming SelectFileDialog for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index 75bc2ab3d8473e1520f99c5b588efc9fa2c1b78f..5b4c862d4c77a740cc58103c77acf4a5243bec2e 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -52,9 +52,6 @@ class TabAndroid {
const content::ContextMenuParams& params,
const base::Callback<void(int)>& callback) = 0;
- virtual void ShowSelectFileDialog(
- const base::android::ScopedJavaLocalRef<jobject>& select_file) = 0;
-
// --------------------------------------------------------------------------
// Public methods that call to Java via JNI
// --------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698