| Index: chrome/common/extensions/api/power.idl
|
| diff --git a/chrome/common/extensions/api/power.idl b/chrome/common/extensions/api/power.idl
|
| index 01c38a71e422f7ac9e619c73db3dd5c00891a70e..105799db3dc88f015fb9adbb51ab83d7e1dacb79 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.
|
|
|