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
(49)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ash/sysui/main.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/sysui/keyboard_ui_mus.cc
('k') |
ash/sysui/manifest.json »
('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 2016 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/sysui/sysui_application.h"
6
#include "services/shell/public/c/main.h"
7
#include "services/shell/public/cpp/service_runner.h"
8
9
MojoResult ServiceMain(MojoHandle service_request_handle) {
10
shell::ServiceRunner runner(new ash::sysui::SysUIApplication);
11
return runner.Run(service_request_handle);
12
}
OLD
NEW
« no previous file with comments
|
« ash/sysui/keyboard_ui_mus.cc
('k') |
ash/sysui/manifest.json »
('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