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

Side by Side Diff: chrome/browser/chromeos/login/report_custom_flags.h

Issue 344883002: Collect UMA statistics on which chrome://flags lead to chrome restart on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bug in about_flags.cc. Sdded comments. s/restarting/custom/ Created 6 years, 6 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 2014 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_CHROMEOS_LOGIN_REPORT_CUSTOM_FLAGS_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_REPORT_CUSTOM_FLAGS_H_
7
8 #include <set>
9 #include <string>
10
11 namespace chromeos {
12
13 void ReportCustomFlags(const std::set<std::string>& command_line_difference);
14
15 const char* const* GetChromeCustomHistogramSwitchesForTesting(size_t* out_size);
16
17 } // namespace chromeos
18
19 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_REPORT_CUSTOM_FLAGS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698