Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(433)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ash/shell_init_params.cc
Issue
2339633002
:
mash: Port KeyboardUIMus to mojo:ash; remove sysui. (Closed)
Patch Set:
Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
ash/BUILD.gn
ash/host/ash_window_tree_host_init_params.h
ash/host/ash_window_tree_host_init_params.cc
ash/mus/BUILD.gn
ash/mus/bridge/wm_shell_mus.cc
ash/mus/keyboard_ui_mus.h
ash/mus/keyboard_ui_mus.cc
ash/root_window_controller.cc
ash/shell.h
ash/shell.cc
ash/shell_init_params.h
ash/shell_init_params.cc
ash/sysui/BUILD.gn
ash/sysui/DEPS
ash/sysui/README.md
ash/sysui/keyboard_ui_mus.h
ash/sysui/keyboard_ui_mus.cc
ash/sysui/main.cc
ash/sysui/manifest.json
ash/sysui/shell_delegate_mus.h
ash/sysui/shell_delegate_mus.cc
ash/sysui/stub_context_factory.h
ash/sysui/stub_context_factory.cc
ash/sysui/sysui_application.h
ash/sysui/sysui_application.cc
chrome/browser/chromeos/accessibility/accessibility_manager.cc
tools/determinism/compare_build_artifacts.py
View unified diff
|
Download patch
« no previous file with comments
|
« ash/shell_init_params.h
('k') |
ash/sysui/BUILD.gn »
('j') |
chrome/browser/chromeos/accessibility/accessibility_manager.cc »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
// Copyright 2014 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "ash/shell_init_params.h"
6
7
namespace ash {
8
9
ShellInitParams::ShellInitParams()
10
: delegate(nullptr),
11
context_factory(nullptr),
12
blocking_pool(nullptr)
13
#if defined(OS_WIN)
14
,
15
remote_hwnd(nullptr)
16
#endif
17
{
18
}
19
20
ShellInitParams::~ShellInitParams() {}
21
22
} // namespace ash
OLD
NEW
« no previous file with comments
|
« ash/shell_init_params.h
('k') |
ash/sysui/BUILD.gn »
('j') |
chrome/browser/chromeos/accessibility/accessibility_manager.cc »
('J')
Issue 2339633002: mash: Port KeyboardUIMus to mojo:ash; remove sysui. (Closed)
Created 4 years, 3 months ago by msw
Modified 4 years, 3 months ago
Reviewers: sky, Dirk Pranke
Base URL:
Comments: 2
This is Rietveld
408576698