Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #ifndef CHROME_BROWSER_BROWSER_HANGS_EXPERIMENT_H_ | |
| 6 #define CHROME_BROWSER_BROWSER_HANGS_EXPERIMENT_H_ | |
| 7 | |
| 8 // In order to demonstrate the impact of fixing hang bugs in relation to the | |
|
grt (UTC plus 2)
2016/04/25 13:37:53
nit:
Fixes for browser hang bugs are deployed in
Patrick Monette
2016/04/25 18:14:27
Done.
| |
| 9 // number of unclean shutdown, those fixes are going to be behind a finch | |
| 10 // experiment. | |
|
manzagop (departed)
2016/04/25 13:37:39
Reference the bug number?
Patrick Monette
2016/04/25 18:14:27
Done.
| |
| 11 | |
| 12 // Returns true if the experimentation is enabled. | |
| 13 bool IsBrowserHangsExperimentEnabled(); | |
|
manzagop (departed)
2016/04/25 13:37:39
Wdyt of IsBrowserHangFixesExperimentEnabled to avo
Patrick Monette
2016/04/25 18:14:27
Done.
| |
| 14 | |
| 15 #endif // CHROME_BROWSER_BROWSER_HANGS_EXPERIMENT_H_ | |
| OLD | NEW |