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

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

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 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: chrome/browser/android/accessibility_util.h
diff --git a/chrome/browser/android/accessibility_util.h b/chrome/browser/android/accessibility_util.h
index 4b936bf53e13a3b2af1b975438cdf492b5db2459..44d16ce5bb14d49cee26fe815b91447c04a8ec0b 100644
--- a/chrome/browser/android/accessibility_util.h
+++ b/chrome/browser/android/accessibility_util.h
@@ -12,8 +12,6 @@ namespace android {
class AccessibilityUtil {
public:
- static bool Register(JNIEnv* env);
-
static bool IsAccessibilityEnabled();
private:

Powered by Google App Engine
This is Rietveld 408576698