Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: chrome/browser/browser_hangs_experiment.h

Issue 1905293003: Use CONTINUE_ON_SHUTDOWN for IncidentReportingService tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_hangs_experiment.cc » ('j') | chrome/browser/browser_hangs_experiment.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698