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

Issue 12382005: Rename RemovableDeviceNotifications=>StorageMonitor (Closed)

Created:
7 years, 9 months ago by tommycli
Modified:
7 years, 9 months ago
CC:
chromium-reviews, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, sail+watch_chromium.org, nkostylev+watch_chromium.org, Greg Billock
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Rename RemovableDeviceNotifications=>StorageMonitor Renamed classes and updated some variable names. BUG=NONE TBR=thestig@chromium.org,davemoore@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186030

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fix mac bugs and rename WindowsWin to just Win #

Patch Set 3 : Rename some additional removable_device_notifications files. Fix up some class references. #

Patch Set 4 : Last patch didn't apply... #

Patch Set 5 : Fix some includes from recent merge. #

Total comments: 62

Patch Set 6 : Fix a bunch of include guards and newline/indents. #

Patch Set 7 : Fix more indentation issues. #

Total comments: 32

Patch Set 8 : Rename all member vars to storage_monitor_, fix some indents. #

Patch Set 9 : One more indent fix. #

Patch Set 10 : Some more formatting fixes #

Total comments: 2

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+386 lines, -3898 lines) Patch
M chrome/browser/chrome_browser_main_linux.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chrome_browser_main_linux.cc View 1 2 3 4 5 6 7 4 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/chrome_browser_main_mac.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chrome_browser_main_mac.mm View 1 2 3 4 5 6 7 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/chrome_browser_main_win.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chrome_browser_main_win.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.h View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/media_galleries/media_file_system_registry_unittest.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/storage_monitor/portable_device_watcher_win.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -5 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_chromeos.h View 1 chunk +0 lines, -99 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc View 1 chunk +0 lines, -255 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_chromeos_unittest.cc View 1 chunk +0 lines, -398 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_linux.h View 1 chunk +0 lines, -149 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_linux.cc View 1 chunk +0 lines, -464 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_linux_unittest.cc View 1 chunk +0 lines, -702 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_mac.h View 1 chunk +0 lines, -69 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_mac.mm View 1 chunk +0 lines, -203 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_mac_unittest.mm View 1 chunk +0 lines, -210 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_window_win.h View 1 chunk +0 lines, -97 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_window_win.cc View 1 chunk +0 lines, -186 lines 0 comments Download
D chrome/browser/storage_monitor/removable_device_notifications_window_win_unittest.cc View 1 chunk +0 lines, -523 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_chromeos.h View 1 2 3 4 5 6 7 8 9 4 chunks +11 lines, -12 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_chromeos.cc View 1 2 3 4 5 6 7 8 9 7 chunks +20 lines, -23 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc View 1 2 3 4 5 6 7 11 chunks +34 lines, -36 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_linux.h View 1 2 3 4 5 6 7 4 chunks +16 lines, -16 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_linux.cc View 1 2 3 4 5 6 7 7 chunks +20 lines, -24 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_linux_unittest.cc View 1 2 3 4 5 6 7 15 chunks +35 lines, -39 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_mac.h View 1 2 3 4 5 5 chunks +9 lines, -9 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_mac.mm View 1 2 3 4 5 6 7 8 chunks +29 lines, -47 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_mac_unittest.mm View 1 2 3 4 5 6 7 8 9 chunks +24 lines, -33 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_win.h View 1 2 3 4 5 6 7 4 chunks +16 lines, -18 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_win.cc View 1 2 3 4 5 6 9 chunks +27 lines, -32 lines 0 comments Download
A + chrome/browser/storage_monitor/storage_monitor_win_unittest.cc View 1 2 3 4 5 6 7 8 9 10 26 chunks +73 lines, -81 lines 0 comments Download
D chrome/browser/storage_monitor/test_removable_device_notifications_window_win.h View 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/browser/storage_monitor/test_removable_device_notifications_window_win.cc View 1 chunk +0 lines, -41 lines 0 comments Download
A + chrome/browser/storage_monitor/test_storage_monitor_win.h View 1 2 3 4 5 6 7 2 chunks +10 lines, -11 lines 0 comments Download
A + chrome/browser/storage_monitor/test_storage_monitor_win.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -12 lines 0 comments Download
M chrome/browser/storage_monitor/volume_mount_watcher_win.h View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M chromeos/disks/mock_disk_mount_manager.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
tommycli
7 years, 9 months ago (2013-02-28 02:19:45 UTC) #1
vandebo (ex-Chrome)
https://codereview.chromium.org/12382005/diff/1/chrome/browser/chrome_browser_main_linux.h File chrome/browser/chrome_browser_main_linux.h (right): https://codereview.chromium.org/12382005/diff/1/chrome/browser/chrome_browser_main_linux.h#newcode37 chrome/browser/chrome_browser_main_linux.h:37: scoped_refptr<chrome::StorageMonitorLinux> Remove new line. https://codereview.chromium.org/12382005/diff/1/chrome/browser/chrome_browser_main_mac.h File chrome/browser/chrome_browser_main_mac.h (right): https://codereview.chromium.org/12382005/diff/1/chrome/browser/chrome_browser_main_mac.h#newcode32 ...
7 years, 9 months ago (2013-02-28 20:02:40 UTC) #2
tommycli
Believe I finally got all the instances of the old name. https://codereview.chromium.org/12382005/diff/5041/chrome/browser/storage_monitor/storage_monitor_linux.cc File chrome/browser/storage_monitor/storage_monitor_linux.cc (left): ...
7 years, 9 months ago (2013-03-01 18:26:29 UTC) #3
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 9 months ago (2013-03-01 19:25:15 UTC) #4
vandebo (ex-Chrome)
https://codereview.chromium.org/12382005/diff/5041/chrome/browser/chrome_browser_main_linux.cc File chrome/browser/chrome_browser_main_linux.cc (right): https://codereview.chromium.org/12382005/diff/5041/chrome/browser/chrome_browser_main_linux.cc#newcode137 chrome/browser/chrome_browser_main_linux.cc:137: new chrome::StorageMonitorLinux(kDefaultMtabPath); nit: line wrap. https://codereview.chromium.org/12382005/diff/5041/chrome/browser/chrome_browser_main_mac.h File chrome/browser/chrome_browser_main_mac.h (right): ...
7 years, 9 months ago (2013-03-01 19:47:39 UTC) #5
tommycli
Addressed vandebo's comments. Fixed some additional naming and code formatting issues. Renamed some notifications_ variables ...
7 years, 9 months ago (2013-03-01 22:40:34 UTC) #6
vandebo (ex-Chrome)
https://codereview.chromium.org/12382005/diff/11063/chrome/browser/chrome_browser_main_mac.mm File chrome/browser/chrome_browser_main_mac.mm (right): https://codereview.chromium.org/12382005/diff/11063/chrome/browser/chrome_browser_main_mac.mm#newcode286 chrome/browser/chrome_browser_main_mac.mm:286: // TODO(gbillock): Make the ImageCapture manager owned by nit: ...
7 years, 9 months ago (2013-03-02 00:23:37 UTC) #7
tommycli
Fixed some more formatting issues & renamed all the OS-specific var names no storage_monitor_. https://codereview.chromium.org/12382005/diff/11063/chrome/browser/chrome_browser_main_win.h ...
7 years, 9 months ago (2013-03-04 19:15:09 UTC) #8
vandebo (ex-Chrome)
Your issue description is a bit verbose, it's obvious that renaming the class will involve ...
7 years, 9 months ago (2013-03-04 20:21:31 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommycli@chromium.org/12382005/2062
7 years, 9 months ago (2013-03-04 20:55:58 UTC) #10
commit-bot: I haz the power
Presubmit check for 12382005-2062 failed and returned exit status 1. INFO:root:Found 31 file(s). Running presubmit ...
7 years, 9 months ago (2013-03-04 20:56:16 UTC) #11
tommycli
TBRing OWNERs due to simple change.
7 years, 9 months ago (2013-03-04 21:05:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommycli@chromium.org/12382005/2062
7 years, 9 months ago (2013-03-04 21:05:39 UTC) #13
commit-bot: I haz the power
7 years, 9 months ago (2013-03-04 23:48:44 UTC) #14
Message was sent while issue was closed.
Change committed as 186030

Powered by Google App Engine
This is Rietveld 408576698