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

Unified Diff: content/browser/renderer_host/java/jni_helper.h

Issue 336313018: [Android] Move content/browser/{renderer_host => android}/java/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated paths for unit tests, rebased Created 6 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
« no previous file with comments | « content/browser/renderer_host/java/java_type.cc ('k') | content/browser/renderer_host/java/jni_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/java/jni_helper.h
diff --git a/content/browser/renderer_host/java/jni_helper.h b/content/browser/renderer_host/java/jni_helper.h
deleted file mode 100644
index aaba53b12109387e9126dbed981b355938149642..0000000000000000000000000000000000000000
--- a/content/browser/renderer_host/java/jni_helper.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2013 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_RENDERER_HOST_JAVA_JNI_HELPER_H_
-#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JNI_HELPER_H_
-
-#include <jni.h>
-
-#include "content/common/content_export.h"
-
-namespace content {
-
-// Gets the method ID from the class name. Clears the pending Java exception
-// and returns NULL if the method is not found. Caches results.
-// Strings passed to this function are held in the cache and MUST remain valid
-// beyond the duration of all future calls to this function, across all
-// threads. In practice, this means that the function should only be used with
-// string constants.
-CONTENT_EXPORT jmethodID GetMethodIDFromClassName(JNIEnv* env,
- const char* class_name,
- const char* method,
- const char* jni_signature);
-
-} // namespace content
-
-#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JNI_HELPER_H_
« no previous file with comments | « content/browser/renderer_host/java/java_type.cc ('k') | content/browser/renderer_host/java/jni_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698