11 years, 3 months ago
(2009-09-19 01:12:31 UTC)
#1
brettw
http://codereview.chromium.org/215025/diff/8001/8003 File chrome/browser/chromeos/status_area_view.cc (right): http://codereview.chromium.org/215025/diff/8001/8003#newcode352 Line 352: void* StatusAreaView::power_library_ = NULL; We usually put these ...
11 years, 3 months ago
(2009-09-20 18:07:12 UTC)
#2
LGTM with style fix http://codereview.chromium.org/215025/diff/55/57 File chrome/browser/chromeos/status_area_view.cc (right): http://codereview.chromium.org/215025/diff/55/57#newcode362 Line 362: if (power_library_) When we ...
11 years, 3 months ago
(2009-09-21 04:20:49 UTC)
#4
LGTM with style fix
http://codereview.chromium.org/215025/diff/55/57
File chrome/browser/chromeos/status_area_view.cc (right):
http://codereview.chromium.org/215025/diff/55/57#newcode362
Line 362: if (power_library_)
When we have multiple lines in a block, we alawya use {} (no matter how you got
multiple lines, though WebKit would do it your way). I'd say put the comments
for these two blocks as end-of-line comments after the return. Otherwise add {}
Issue 215025: Make chromeos build use shared object to load battery...
(Closed)
Created 11 years, 3 months ago by DaveMoore
Modified 9 years, 7 months ago
Reviewers: brettw
Base URL: svn://chrome-svn/chrome/trunk/src/
Comments: 15