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

Side by Side Diff: content/public/test/power_monitor_test.mojom

Issue 2870373002: [DeviceService] Add end-to-end browsertest for PowerMonitor (Closed)
Patch Set: Add mojo interface for test to get power state of child processes Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module content.mojom;
6
7 interface PowerMonitorTest {
blundell 2017/05/16 13:28:42 nit: This could use a comment.
jam 2017/06/06 22:20:28 nit: move this to content/shell/common
leonhsl(Using Gerrit) 2017/06/09 07:05:53 Done.
leonhsl(Using Gerrit) 2017/06/09 07:05:53 Done.
8 QueryNextState() => (bool on_battery_power);
9 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698