|
ProcessSingleton now uses base::win::MessageWindow to create a message-only window.
Collateral changes:
- base::win::MessageWindow registes a single window class used by all message-only windows it creates. The class is registered via base::LazyInstance.
- Added base::win::MessageWindow::FindWindow() wrapper used to find other message-only windows, including the other created by a different process.
- Removed chrome::kMessageWindowClass constant.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209047
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+129 lines, -124 lines) |
Patch |
 |
M |
base/win/message_window.h
|
View
|
1
|
3 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/win/message_window.cc
|
View
|
1
2
|
3 chunks |
+63 lines, -40 lines |
0 comments
|
Download
|
 |
M |
base/win/message_window_unittest.cc
|
View
|
1
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_process_finder_win.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/process_singleton.h
|
View
|
1
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/process_singleton_win.cc
|
View
|
1
|
7 chunks |
+32 lines, -65 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_constants.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_constants.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
win8/delegate_execute/command_execute_impl.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|