Chromium Code Reviews| Index: content/common/content_switches_internal.h |
| diff --git a/content/common/content_switches_internal.h b/content/common/content_switches_internal.h |
| index aacd9426e58b109f29205ff5cca096982d069f00..ec3a0f418bcfbb027ed9f8f246aed12811f0dfdc 100644 |
| --- a/content/common/content_switches_internal.h |
| +++ b/content/common/content_switches_internal.h |
| @@ -18,6 +18,8 @@ bool IsWin32kRendererLockdownEnabled(); |
| #endif |
| V8CacheOptions GetV8CacheOptions(); |
| +ProgressBarCompletionOptions GetProgressBarCompletionOptions(); |
|
dcheng
2016/06/08 06:54:17
Nit: the naming makes it sounds like it can return
Nate Chapin
2016/06/14 22:51:46
Renamed to GetProgressBarCompletionPolicy(), and t
|
| + |
| CONTENT_EXPORT bool IsUseZoomForDSFEnabled(); |
| } // namespace content |