diff options
author | calvinlo@chromium.org <calvinlo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 07:12:47 +0000 |
---|---|---|
committer | calvinlo@chromium.org <calvinlo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 07:12:47 +0000 |
commit | 94523fe16e329cc6043f84c082075a97e8ad4e3b (patch) | |
tree | 75a1e79e5bd6a73b781872219c6f24490e89a84a /tools | |
parent | bb343436f486b832bd81405becb53bc442d9f9ec (diff) | |
download | chromium_src-94523fe16e329cc6043f84c082075a97e8ad4e3b.zip chromium_src-94523fe16e329cc6043f84c082075a97e8ad4e3b.tar.gz chromium_src-94523fe16e329cc6043f84c082075a97e8ad4e3b.tar.bz2 |
Boilerplate code to add chrome://syncfs-internals page for debugging SyncFileSystem. Will add the event code and event handlers in JS in next patch.
BUG=226353
TEST=Go to chrome://syncfs-internals and see something.
TBR=arv@chromium.org, thestig@chromium.org, tzik@chromium.org
Review URL: https://codereview.chromium.org/14084008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gritsettings/resource_ids | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index 18a2cf1..9ad9f50 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -215,6 +215,8 @@ "chrome/browser/resources/translate_internals_resources.grd": { "includes": [28500], }, - + "chrome/browser/resources/sync_file_system_internals_resources.grd": { + "includes": [29000], + }, # Resource ids starting at 31000 are reserved for projects built on Chromium. } |