|
Move FilePathWatcher to base/files.
FilePathWatcher is going to be used in future for monitoring
changes to /etc/resolv.conf so it needs live somewhere where
various consumers can get at it without incurring the wrath
of the layering gods.
TEST=existing tests
BUG= 67734
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81606
Total comments: 11
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+95 lines, -2042 lines) |
Patch |
 |
M |
base/base.gypi
|
View
|
1
2
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/files/OWNERS
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
base/files/file_path_watcher.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
base/files/file_path_watcher.cc
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
A + |
base/files/file_path_watcher_browsertest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
A + |
base/files/file_path_watcher_linux.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
A + |
base/files/file_path_watcher_mac.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
A + |
base/files/file_path_watcher_stub.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
A + |
base/files/file_path_watcher_win.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/file_based_policy_loader.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/file_based_policy_loader.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/user_style_sheet_watcher.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/user_style_sheet_watcher.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/service_process_util_mac.mm
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/service_process_util_posix.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/plugin_service.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/plugin_service.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
D |
content/common/file_path_watcher/OWNERS
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
content/common/file_path_watcher/file_path_watcher.h
|
View
|
|
1 chunk |
+0 lines, -122 lines |
0 comments
|
Download
|
 |
D |
content/common/file_path_watcher/file_path_watcher.cc
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
D |
content/common/file_path_watcher/file_path_watcher_browsertest.cc
|
View
|
|
1 chunk |
+0 lines, -616 lines |
0 comments
|
Download
|
 |
D |
content/common/file_path_watcher/file_path_watcher_inotify.cc
|
View
|
|
1 chunk |
+0 lines, -456 lines |
0 comments
|
Download
|
 |
D |
content/common/file_path_watcher/file_path_watcher_mac.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -487 lines |
0 comments
|
Download
|
 |
D |
content/common/file_path_watcher/file_path_watcher_stub.cc
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
D |
content/common/file_path_watcher/file_path_watcher_win.cc
|
View
|
|
1 chunk |
+0 lines, -274 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|