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

Unified Diff: base/cpu.h

Issue 188443003: Parsing /proc/cpuinfo for model on Android and Aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WIP - comments + nits Created 6 years, 9 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
« no previous file with comments | « AUTHORS ('k') | base/cpu.cc » ('j') | base/cpu.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/cpu.h
diff --git a/base/cpu.h b/base/cpu.h
index 595ed97b7ce2c1c2ddb1939d0ce47cd8b51eff65..ffcec7425311b9c585a90abf86da58b809ea38ab 100644
--- a/base/cpu.h
+++ b/base/cpu.h
@@ -58,6 +58,7 @@ class BASE_EXPORT CPU {
}
IntelMicroArchitecture GetIntelMicroArchitecture() const;
const std::string& cpu_brand() const { return cpu_brand_; }
+ static std::string CpuBrandInfo();
rptr 2014/03/08 13:03:06 Used for caching CPU brand string before sandbox i
Mark Mentovai 2014/03/10 14:16:24 ptr wrote:
rptr 2014/03/11 15:47:14 Done.
private:
// Query the processor for CPUID information.
« no previous file with comments | « AUTHORS ('k') | base/cpu.cc » ('j') | base/cpu.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698