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

Unified Diff: ui/base/idle/idle_android.cc

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: ui/base/idle/idle_android.cc
diff --git a/ui/base/cursor/cursor_loader_android.cc b/ui/base/idle/idle_android.cc
similarity index 59%
copy from ui/base/cursor/cursor_loader_android.cc
copy to ui/base/idle/idle_android.cc
index 85dbf3c53c387c54b87e8608a8564ebfd0450d58..43b27c019d36c176cb75d838e08659dd729d1f2d 100644
--- a/ui/base/cursor/cursor_loader_android.cc
+++ b/ui/base/idle/idle_android.cc
@@ -2,15 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/cursor/cursor_loader.h"
+#include "ui/base/idle/idle.h"
#include "base/logging.h"
namespace ui {
-CursorLoader* CursorLoader::Create() {
+void CalculateIdleTime(IdleTimeCallback notify) {
NOTIMPLEMENTED();
- return nullptr;
+ notify.Run(0);
+}
+
+bool CheckIdleStateIsLocked() {
+ NOTIMPLEMENTED();
+ return false;
}
} // namespace ui
« content/public/browser/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | ui/base/ime/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698