| Index: chrome/common/extensions/api/power.idl
|
| diff --git a/chrome/common/extensions/api/power.idl b/chrome/common/extensions/api/power.idl
|
| index 3aab692b77166eb78b1033566584592c6d94b522..8b40ddada21fd3ed683c96b83141f48b02810a1f 100644
|
| --- a/chrome/common/extensions/api/power.idl
|
| +++ b/chrome/common/extensions/api/power.idl
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// An API that can be used to override the system's power management
|
| -// features.
|
| +// Use the <code>chrome.power</code> API to override the system's power
|
| +// management features.
|
| namespace power {
|
| [noinline_doc] enum Level {
|
| // Prevent the system from sleeping in response to user inactivity.
|
|
|