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
(180)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: apps/shell/renderer/DEPS
Issue
149163002
:
app_shell: Add ShellContentRendererClient (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (content_renderer_client)
Created 6 years, 10 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:
apps/apps.gypi
apps/shell/DEPS
apps/shell/renderer/DEPS
apps/shell/renderer/shell_content_renderer_client.h
apps/shell/renderer/shell_content_renderer_client.cc
apps/shell/shell_browser_main_parts.cc
apps/shell/shell_extensions_client.cc
apps/shell/shell_main_delegate.h
apps/shell/shell_main_delegate.cc
extensions/common/extensions_client.cc
extensions/common/permissions/api_permission.h
extensions/common/permissions/permission_set.cc
extensions/common/permissions/permissions_info.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« apps/shell/DEPS
('k') |
apps/shell/renderer/shell_content_renderer_client.h »
('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
include_rules = [
Jói
2014/02/03 10:42:21
Just noticed: You need to add -content/public/brow
Just noticed: You need to add -content/public/browser.
2
"+content/public/renderer",
3
4
# TODO(jamescook): Remove these. http://crbug.com/305404
5
# Chrome pieces for bring-up.
6
"+chrome/renderer/extensions/dispatcher.h",
7
"+chrome/renderer/extensions/extension_helper.h",
8
]
OLD
NEW
« no previous file with comments
|
« apps/shell/DEPS
('k') |
apps/shell/renderer/shell_content_renderer_client.h »
('j') |
no next file with comments »
Issue 149163002: app_shell: Add ShellContentRendererClient (Closed)
Created 6 years, 10 months ago by James Cook
Modified 6 years, 10 months ago
Reviewers: Yoyo Zhou, Jói
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 7
This is Rietveld
408576698