Chromium Code Reviews| Index: base/android/sys_utils.h |
| diff --git a/base/android/sys_utils.h b/base/android/sys_utils.h |
| index 85dc03585c3e913a61914bd23498e42d5ae8e870..2edbdd512ce43e47b4ac9419ee9427cb267b2c53 100644 |
| --- a/base/android/sys_utils.h |
| +++ b/base/android/sys_utils.h |
| @@ -12,8 +12,6 @@ namespace android { |
| class BASE_EXPORT SysUtils { |
| public: |
| - static bool Register(JNIEnv* env); |
| - |
| // Returns true iff this is a low-end device. |
| static bool IsLowEndDeviceFromJni(); |
| }; |