|
|
Move Always On Top setting out of Window/WindowDelegate and into task manager. It's the only one who uses this setting and the UI for exposing it is very specific to the task manager. Window retains a setter to set always on top state, but persistence and the system menu is Task Manager's responsbility. This allows us to sever the second-to-last chrome dependency from views.
http://crbug.com/11674
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=16107
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+133 lines, -179 lines) |
Patch |
 |
M |
chrome/browser/task_manager_win.cc
|
View
|
|
7 chunks |
+98 lines, -9 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/views/chrome_views_delegate.h
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/chrome_views_delegate.cc
|
View
|
|
3 chunks |
+1 line, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/frame/browser_view.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/frame/browser_view.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/page_info_window.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
views/DEPS
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
views/views_delegate.h
|
View
|
|
2 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
views/window/window.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/window/window_delegate.h
|
View
|
|
2 chunks |
+6 lines, -26 lines |
0 comments
|
Download
|
 |
M |
views/window/window_delegate.cc
|
View
|
|
2 chunks |
+2 lines, -13 lines |
0 comments
|
Download
|
 |
M |
views/window/window_gtk.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
views/window/window_gtk.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/window/window_win.h
|
View
|
|
3 chunks |
+1 line, -16 lines |
0 comments
|
Download
|
 |
M |
views/window/window_win.cc
|
View
|
|
10 chunks |
+9 lines, -75 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|