summaryrefslogtreecommitdiffstats
path: root/chrome_elf
diff options
context:
space:
mode:
authormgiuca <mgiuca@chromium.org>2015-07-07 21:08:24 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-08 04:09:00 +0000
commit88867d310fc297151344fcf294d23554371b2644 (patch)
tree5e5b72209031531800ce46ee19a8b2e8b5b7920a /chrome_elf
parentf3c539b18f4e90349ebb3add169abe8478262b58 (diff)
downloadchromium_src-88867d310fc297151344fcf294d23554371b2644.zip
chromium_src-88867d310fc297151344fcf294d23554371b2644.tar.gz
chromium_src-88867d310fc297151344fcf294d23554371b2644.tar.bz2
Fixed all unused-variable Clang warnings on Windows.
Usually, fixed by removing the unused variables. Some variables had to be guarded by #ifs. Some variables could be used instead. Also removed unused test file sweep02_16b_mono_16KHz.raw. BUG=505319 TBR=rpaquay@chromium.org Review URL: https://codereview.chromium.org/1220133003 Cr-Commit-Position: refs/heads/master@{#337767}
Diffstat (limited to 'chrome_elf')
-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";