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
(201)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: trunk/src/chrome/test/data/extensions/api_test/preferences_private/manifest.json
Issue
105533004
:
Revert 241977 "Add hook for extension to check sync status." (Closed)
Base URL: svn://svn.chromium.org/chrome/
Patch Set:
Created 7 years 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:
trunk/src/chrome/browser/extensions/api/preferences_private/preferences_private_api.h
trunk/src/chrome/browser/extensions/api/preferences_private/preferences_private_api.cc
trunk/src/chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc
trunk/src/chrome/browser/extensions/extension_function_histogram_value.h
trunk/src/chrome/browser/sync/profile_sync_service.h
trunk/src/chrome/chrome_browser_extensions.gypi
trunk/src/chrome/chrome_tests.gypi
trunk/src/chrome/common/extensions/api/_permission_features.json
trunk/src/chrome/common/extensions/api/api.gyp
trunk/src/chrome/common/extensions/api/preferences_private.json
trunk/src/chrome/test/data/extensions/api_test/preferences_private/manifest.json
trunk/src/chrome/test/data/extensions/api_test/preferences_private/test.js
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« trunk/src/chrome/common/extensions/api/preferences_private.json
('k') |
trunk/src/chrome/test/data/extensions/api_test/preferences_private/test.js »
('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
{
2
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQcByy+eN9jzazWF/DPn7NW47sW7lgmp k6eKc0BQM18q8hvEM3zNm2n7HkJv/R6fU+X5mtqkDuKvq5skF6qqUF4oEyaleWDFhd1xFwV7JV+/DU7b Z00w2+6gzqsabkerFpoP33ZRIw7OviJenP0c0uWqDWF8EGSyMhB3txqhOtiQIDAQAC",
3
"name": "chrome.preferencesPrivate",
4
"version": "0.1",
5
"manifest_version": 2,
6
"description": "browser test for chrome.preferencesPrivate API",
7
"permissions": ["preferencesPrivate"],
8
"background": {"scripts": ["test.js"]}
9
}
OLD
NEW
« no previous file with comments
|
« trunk/src/chrome/common/extensions/api/preferences_private.json
('k') |
trunk/src/chrome/test/data/extensions/api_test/preferences_private/test.js »
('j') |
no next file with comments »
Issue 105533004: Revert 241977 "Add hook for extension to check sync status." (Closed)
Created 7 years ago by kinuko
Modified 7 years ago
Reviewers: Rune Fevang
Base URL: svn://svn.chromium.org/chrome/
Comments: 0
This is Rietveld
408576698