summaryrefslogtreecommitdiffstats
path: root/chrome_elf/breakpad.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_elf/breakpad.cc')
-rw-r--r--chrome_elf/breakpad.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome_elf/breakpad.cc b/chrome_elf/breakpad.cc
index 4eeb129..3c95a4f 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";