| Index: chrome/install_static/install_util.h
|
| diff --git a/chrome/install_static/install_util.h b/chrome/install_static/install_util.h
|
| index fcb41e6294b0aa6235e65b9f7e2c3d8f56c53057..ca5a65c4d2292f0e6b0db45b605895bdc08895b0 100644
|
| --- a/chrome/install_static/install_util.h
|
| +++ b/chrome/install_static/install_util.h
|
| @@ -133,14 +133,6 @@ void GetExecutableVersionDetails(const std::wstring& exe_path,
|
| // Gets the channel name for the current Chrome process.
|
| std::wstring GetChromeChannelName();
|
|
|
| -// Returns the registry path where the browser crash dumps metrics need to be
|
| -// written to.
|
| -// TODO(ananta)
|
| -// http://crbug.com/604923
|
| -// Unify this with the version in
|
| -// chrome\common\metrics_constants_util_win.cc
|
| -std::wstring GetBrowserCrashDumpAttemptsRegistryPath();
|
| -
|
| // Returns true if the |source| string matches the |pattern|. The pattern
|
| // may contain wildcards like '?', which matches one character or a '*'
|
| // which matches 0 or more characters.
|
|
|