| Index: chrome_elf/breakpad.cc
|
| diff --git a/chrome_elf/breakpad.cc b/chrome_elf/breakpad.cc
|
| index 4eeb129f9e3b40bc4fa2322d3b9599c8dc328b52..3c95a4f8acba4ae870dbc83c493e1c9521978807 100644
|
| --- a/chrome_elf/breakpad.cc
|
| +++ b/chrome_elf/breakpad.cc
|
| @@ -36,7 +36,6 @@ const wchar_t kGoogleUpdatePipeName[] = L"\\\\.\\pipe\\GoogleCrashServices\\";
|
| const wchar_t kSystemPrincipalSid[] = L"S-1-5-18";
|
|
|
| const wchar_t kNoErrorDialogs[] = L"noerrdialogs";
|
| -const wchar_t kChromeHeadless[] = L"CHROME_HEADLESS";
|
|
|
| google_breakpad::CustomClientInfo* GetCustomInfo() {
|
| base::string16 process = IsNonBrowserProcess() ? L"renderer" : L"browser";
|
|
|