Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: chrome/browser/memory_details_win.cc

Issue 1220133003: Fixed all unused-variable Clang warnings on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iaccessible2-fix-gn
Patch Set: Rebase. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/memory_details_win.cc
diff --git a/chrome/browser/memory_details_win.cc b/chrome/browser/memory_details_win.cc
index 8cb2056b652d12a2599e4383cd7ddcd87c4094d6..bcb98db1f759b3bb09f0683eadaa317bc6bf752d 100644
--- a/chrome/browser/memory_details_win.cc
+++ b/chrome/browser/memory_details_win.cc
@@ -25,7 +25,7 @@
using content::BrowserThread;
// Known browsers which we collect details for.
-enum {
+enum BrowserProcess {
CHROME_BROWSER = 0,
CHROME_NACL_PROCESS,
IE_BROWSER,
@@ -35,7 +35,7 @@ enum {
IE_64BIT_BROWSER,
KONQUEROR_BROWSER,
MAX_BROWSERS
-} BrowserProcess;
+};
cpu_(ooo_6.6-7.5) 2015/07/07 17:39:24 woa!
Matt Giuca 2015/07/08 02:51:28 I know, this was a highlight :)
MemoryDetails::MemoryDetails() {
base::FilePath browser_process_path;

Powered by Google App Engine
This is Rietveld 408576698