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
(82)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ui/aura/ui_controls_aura.h
Issue
11419013
:
Add desktop vs. ash context to ui_controls
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup
Created 8 years, 1 month 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/shell.cc
ash/shell_factory.h
ash/ui_controls_ash.cc
ash/wm/window_properties.h
ash/wm/window_properties.cc
chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc
chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
content/shell/DEPS
content/shell/shell_aura.cc
ui/aura/desktop_ui_controls.h
ui/aura/test/aura_test_helper.cc
ui/aura/ui_controls_aura.h
ui/aura/ui_controls_win.cc
ui/aura/ui_controls_x11.cc
ui/ui.gyp
ui/ui_controls/ui_controls.h
ui/ui_controls/ui_controls.cc
ui/ui_controls/ui_controls_aura.h
ui/ui_controls/ui_controls_aura.cc
ui/ui_controls/ui_controls_gtk.cc
ui/ui_controls/ui_controls_mac.mm
ui/ui_controls/ui_controls_type_delegate.h
ui/ui_controls/ui_controls_win.cc
ui/views/examples/content_client/examples_browser_main_parts.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« ash/shell.cc
('K') |
« ui/aura/test/aura_test_helper.cc
('k') |
ui/aura/ui_controls_win.cc »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
// Copyright (c) 2012 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
#ifndef UI_AURA_UI_CONTROLS_AURA_H_
6
#define UI_AURA_UI_CONTROLS_AURA_H_
7
8
#include "ui/aura/aura_export.h"
9
10
namespace ui_controls {
11
class UIControlsAura;
12
}
13
14
namespace aura {
15
class RootWindow;
16
17
AURA_EXPORT ui_controls::UIControlsAura* CreateUIControlsAura(
18
RootWindow* root_window);
19
20
} // namespace aura
21
22
#endif // UI_AURA_UI_CONTROLS_AURA_H_
OLD
NEW
« ash/shell.cc
('K') |
« ui/aura/test/aura_test_helper.cc
('k') |
ui/aura/ui_controls_win.cc »
('j') |
no next file with comments »
Issue 11419013: Add desktop vs. ash context to ui_controls
Created 8 years, 1 month ago by scottmg
Modified 6 years, 6 months ago
Reviewers: oshima
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 39
This is Rietveld
408576698