Chromium Code Reviews| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
| index 48e8cccfaaec78a68a686944b3e3ed04e0599e2d..a637c7fb0c4771d4d4fe5026248d715201280b26 100644 |
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
| @@ -95,7 +95,8 @@ public: |
| // Timeout before a service worker that was given window interaction |
| // permission loses them. The unit is seconds. |
| - static const int kWindowInteractionTimeout = 10; |
| + static const unsigned kWindowInteractionTimeout = 10; |
|
dominicc (has gone to gerrit)
2015/02/09 07:03:09
These could move into the implementation file sinc
mlamouri (slow - plz ping)
2015/02/11 10:42:06
I wanted to have it there for future use but yeah,
|
| + static const unsigned kWindowInteractionTimeoutForTest = 1; |
| private: |
| class SkipWaitingCallback; |