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

Issue 6348006: Add IsBootPath to MountLibrary. Additional boot path check in imageburner so ... (Closed)

Created:
9 years, 11 months ago by achuithb
Modified:
9 years, 6 months ago
Reviewers:
xiyuan
CC:
chromium-reviews, davemoore+watch_chromium.org
Visibility:
Public.

Description

Add IsBootPath to MountLibrary. Additional boot path check in imageburner so boot drive is not presented as a target. BUG=chromium-os:6788 TEST=chrome://imageburner should not display /dev/sda Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72733

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 10

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -155 lines) Patch
M chrome/browser/chromeos/cros/mount_library.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/mount_library.cc View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/imageburner_ui.h View 1 2 3 4 5 2 chunks +0 lines, -49 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/imageburner_ui.cc View 1 2 3 4 5 7 chunks +143 lines, -106 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
achuithb
9 years, 11 months ago (2011-01-25 02:12:10 UTC) #1
xiyuan
http://codereview.chromium.org/6348006/diff/3002/chrome/browser/chromeos/dom_ui/imageburner_ui.cc File chrome/browser/chromeos/dom_ui/imageburner_ui.cc (right): http://codereview.chromium.org/6348006/diff/3002/chrome/browser/chromeos/dom_ui/imageburner_ui.cc#newcode42 chrome/browser/chromeos/dom_ui/imageburner_ui.cc:42: : DataSource(chrome::kChromeUIImageBurnerHost, MessageLoop::current()) { nit: indent 4 more spaces ...
9 years, 11 months ago (2011-01-25 17:28:29 UTC) #2
achuithb
http://codereview.chromium.org/6348006/diff/3002/chrome/browser/chromeos/dom_ui/imageburner_ui.cc File chrome/browser/chromeos/dom_ui/imageburner_ui.cc (right): http://codereview.chromium.org/6348006/diff/3002/chrome/browser/chromeos/dom_ui/imageburner_ui.cc#newcode42 chrome/browser/chromeos/dom_ui/imageburner_ui.cc:42: : DataSource(chrome::kChromeUIImageBurnerHost, MessageLoop::current()) { On 2011/01/25 17:28:30, xiyuan wrote: ...
9 years, 11 months ago (2011-01-25 22:21:45 UTC) #3
xiyuan
http://codereview.chromium.org/6348006/diff/20001/chrome/browser/chromeos/dom_ui/imageburner_ui.cc File chrome/browser/chromeos/dom_ui/imageburner_ui.cc (right): http://codereview.chromium.org/6348006/diff/20001/chrome/browser/chromeos/dom_ui/imageburner_ui.cc#newcode37 chrome/browser/chromeos/dom_ui/imageburner_ui.cc:37: "http://chrome-master.mtv.corp.google.com/chromeos/dev-channel/"; We should avoid complex object in global scope ...
9 years, 11 months ago (2011-01-25 22:37:22 UTC) #4
achuithb
Done On 2011/01/25 22:37:22, xiyuan wrote: > http://codereview.chromium.org/6348006/diff/20001/chrome/browser/chromeos/dom_ui/imageburner_ui.cc > File chrome/browser/chromeos/dom_ui/imageburner_ui.cc (right): > > http://codereview.chromium.org/6348006/diff/20001/chrome/browser/chromeos/dom_ui/imageburner_ui.cc#newcode37 ...
9 years, 11 months ago (2011-01-25 23:12:36 UTC) #5
xiyuan
LGTM Thank you for making all the changes. :)
9 years, 11 months ago (2011-01-25 23:16:53 UTC) #6
achuithb
9 years, 11 months ago (2011-01-25 23:19:18 UTC) #7
Thank you for the suggestions and the careful review! Helps familiarize me with
google coding guidelines.

Powered by Google App Engine
This is Rietveld 408576698