Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | |
|
mlamouri (slow - plz ping)
2015/04/28 08:00:25
Could you move that to a modules instead? Like Sou
alogvinov
2015/04/28 16:49:10
We actually tried doing that, but got a strange ru
mlamouri (slow - plz ping)
2015/04/29 10:07:08
Hmm, I'm not sure where that's coming from. Did yo
alogvinov
2015/04/29 16:50:59
Tried that, makes no difference. I also tried to m
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 [ | |
| 6 RuntimeEnabled=WakeLock, | |
| 7 ] partial interface Document { | |
| 8 attribute boolean keepScreenAwake; | |
| 9 }; | |
| OLD | NEW |