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

Side by Side Diff: chrome/common/chrome_constants_util_win.h

Issue 1630923002: Remove PRODUCT_STRING_PATH from chrome_constants.h on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c2_rm_PSP_profile_resetter
Patch Set: rebase on r373339 and rm unused install_util.h include Created 4 years, 10 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 // A handful of resource-like constants related to the Chrome application.
6
7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_UTIL_WIN_H_
8 #define CHROME_COMMON_CHROME_CONSTANTS_UTIL_WIN_H_
9
10 #include "base/strings/string16.h"
11
12 // Returns the registry path where crash dump attempts are stored for this
13 // product. This is used by breakpad and the metrics reporting.
grt (UTC plus 2) 2016/02/04 15:52:30 isn't breakpad dead? should this say crashpad (or
gab 2016/03/07 21:53:55 It's used in chrome/app/chrome_crash_reporter_clie
14 base::string16 GetBrowserCrashDumpAttemptsRegistryPath();
15
16 // Returns the registry path where exit code are stored for this product. This
17 // is used by browser exit code metrics reporting.
18 base::string16 GetBrowserExitCodesRegistryPath();
19
20 #endif // CHROME_COMMON_CHROME_CONSTANTS_UTIL_WIN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698