| Index: chrome/app/chrome_breakpad_client.h
|
| diff --git a/chrome/app/chrome_breakpad_client.h b/chrome/app/chrome_breakpad_client.h
|
| index cac16cd819c4dcb0b7c879dbbbcb66f7367d2e57..e02901f2b61eab8285a9b3bd1e28cd976dbf4c3c 100644
|
| --- a/chrome/app/chrome_breakpad_client.h
|
| +++ b/chrome/app/chrome_breakpad_client.h
|
| @@ -20,6 +20,10 @@ class ChromeBreakpadClient : public breakpad::BreakpadClient {
|
| #if defined(OS_WIN)
|
| virtual bool GetAlternativeCrashDumpLocation(base::FilePath* crash_dir)
|
| OVERRIDE;
|
| + virtual void GetProductNameAndVersion(const base::FilePath& exe_path,
|
| + base::string16* product_name,
|
| + base::string16* version,
|
| + base::string16* special_build) OVERRIDE;
|
| #endif
|
|
|
| virtual bool GetCrashDumpLocation(base::FilePath* crash_dir) OVERRIDE;
|
|
|