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

Unified Diff: content/renderer/idle_user_detector.h

Issue 2813683002: Allow MainThreadEventQueue to call the RenderWidget directly. (Closed)
Patch Set: Fix style nits Created 3 years, 8 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 | « content/common/input/input_event_dispatch_type.h ('k') | content/renderer/idle_user_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/idle_user_detector.h
diff --git a/content/renderer/idle_user_detector.h b/content/renderer/idle_user_detector.h
index 0fd24ede6f37d0824e111d2720a1a93de73b4d7b..1118cb68e31651b7f46167e30240f3af369b6564 100644
--- a/content/renderer/idle_user_detector.h
+++ b/content/renderer/idle_user_detector.h
@@ -28,6 +28,8 @@ class IdleUserDetector : public RenderViewObserver {
IdleUserDetector(RenderView* render_view);
~IdleUserDetector() override;
+ void ActivityDetected();
+
private:
// RenderViewObserver implementation:
bool OnMessageReceived(const IPC::Message& message) override;
« no previous file with comments | « content/common/input/input_event_dispatch_type.h ('k') | content/renderer/idle_user_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698