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

Unified Diff: content/browser/android/content_util.h

Issue 10831060: Refactor the Android port to allow access to the chrome layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp fixes Created 8 years, 4 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: content/browser/android/content_util.h
diff --git a/content/browser/android/content_util.h b/content/browser/android/content_util.h
deleted file mode 100644
index aa35c4535d5ddc4bf7a9383b78943956cec9e6af..0000000000000000000000000000000000000000
--- a/content/browser/android/content_util.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_BROWSER_ANDROID_CONTENT_UTIL_H_
-#define CONTENT_BROWSER_ANDROID_CONTENT_UTIL_H_
-
-#include <jni.h>
-
-#include "base/android/jni_android.h"
-#include "base/android/scoped_java_ref.h"
-#include "content/public/common/file_chooser_params.h"
-
-namespace content {
-
-base::android::ScopedJavaLocalRef<jobject> ToJavaFileChooserParams(
- JNIEnv* env,
- const FileChooserParams& file_chooser_params);
-
-content::FileChooserParams ToNativeFileChooserParams(
- JNIEnv* env,
- jint mode,
- jstring title,
- jstring default_file,
- jobjectArray accept_types,
- jstring capture);
-
-}; // namespace content
-
-#endif // CONTENT_BROWSER_ANDROID_CONTENT_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698