From ec4780662136da41c660318696bf41b38ef56f2d Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Thu, 10 Sep 2015 17:19:13 -0400 Subject: [PATCH] rm.jni --- sky/shell/updater/update_task.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sky/shell/updater/update_task.h b/sky/shell/updater/update_task.h index 11a116a093b..834d55fb6aa 100644 --- a/sky/shell/updater/update_task.h +++ b/sky/shell/updater/update_task.h @@ -5,8 +5,6 @@ #ifndef SKY_SHELL_UPDATER_UPDATE_TASK_H_ #define SKY_SHELL_UPDATER_UPDATE_TASK_H_ -#include - #include "base/files/file_path.h" #include "base/memory/scoped_ptr.h" #include "base/task_runner.h" @@ -52,8 +50,6 @@ class UpdateTask { base::FilePath temp_path_; }; -bool RegisterUpdateService(JNIEnv* env); - } // namespace shell } // namespace sky