| 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
|
|
|