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

Unified Diff: trunk/src/base/test/test_file_util.h

Issue 65043023: Revert 235752 "Fix chrome upload with content uri" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 | « trunk/src/base/test/run_all_unittests.cc ('k') | trunk/src/base/test/test_file_util_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/test/test_file_util.h
===================================================================
--- trunk/src/base/test/test_file_util.h (revision 235758)
+++ trunk/src/base/test/test_file_util.h (working copy)
@@ -12,11 +12,6 @@
#include "base/compiler_specific.h"
#include "base/files/file_path.h"
-#if defined(OS_ANDROID)
-#include <jni.h>
-#include "base/basictypes.h"
-#endif
-
namespace base {
class FilePath;
@@ -63,15 +58,6 @@
bool MakeFileUnreadable(const base::FilePath& path) WARN_UNUSED_RESULT;
bool MakeFileUnwritable(const base::FilePath& path) WARN_UNUSED_RESULT;
-#if defined(OS_ANDROID)
-// Register the ContentUriTestUrils JNI bindings.
-bool RegisterContentUriTestUtils(JNIEnv* env);
-
-// Insert an image file into the MediaStore, and retrieve the content URI for
-// testing purpose.
-base::FilePath InsertImageIntoMediaStore(const base::FilePath& path);
-#endif // defined(OS_ANDROID)
-
// Saves the current permissions for a path, and restores it on destruction.
class PermissionRestorer {
public:
« no previous file with comments | « trunk/src/base/test/run_all_unittests.cc ('k') | trunk/src/base/test/test_file_util_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698