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

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

Issue 2618133002: android: Remove unused AccessibilityUtil (Closed)
Patch Set: Created 3 years, 11 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 | « chrome/browser/android/accessibility_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/accessibility_util.cc
diff --git a/chrome/browser/android/accessibility_util.cc b/chrome/browser/android/accessibility_util.cc
deleted file mode 100644
index 7c8dd7d05aceb18fbefea6171836c421b337a4d1..0000000000000000000000000000000000000000
--- a/chrome/browser/android/accessibility_util.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2014 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.
-
-#include "base/android/context_utils.h"
-#include "base/android/jni_android.h"
-#include "chrome/browser/android/accessibility_util.h"
-#include "jni/AccessibilityUtil_jni.h"
-
-namespace chrome {
-namespace android {
-
-bool AccessibilityUtil::IsAccessibilityEnabled() {
- return Java_AccessibilityUtil_isAccessibilityEnabled(
- base::android::AttachCurrentThread(),
- base::android::GetApplicationContext());
-}
-
-AccessibilityUtil::AccessibilityUtil() { }
-
-} // namespace android
-} // namespace chrome
« no previous file with comments | « chrome/browser/android/accessibility_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698