chore: fix various chromium-style errors in windows (#13394)
These errors weren't previously picked up because the GN build wasn't running on Windows.
This commit is contained in:
parent
1c64ac8c41
commit
6f91af9343
24 changed files with 100 additions and 57 deletions
|
@ -84,6 +84,10 @@ bool FormatCommandLineString(base::string16* exe,
|
|||
|
||||
} // namespace
|
||||
|
||||
Browser::UserTask::UserTask() = default;
|
||||
Browser::UserTask::UserTask(const UserTask&) = default;
|
||||
Browser::UserTask::~UserTask() = default;
|
||||
|
||||
void Browser::Focus() {
|
||||
// On Windows we just focus on the first window found for this process.
|
||||
DWORD pid = GetCurrentProcessId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue