diff options
author | yurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 14:44:35 +0000 |
---|---|---|
committer | yurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 14:44:35 +0000 |
commit | cc4875592f172e4b9eba3ab4df1e10832592cd10 (patch) | |
tree | d43c25c30ede1d121b77744d0801fc531dfaad47 /chrome/common/url_constants.h | |
parent | 44cbad8cfab5fd9356312b36b5d106d1f5fe1735 (diff) | |
download | chromium_src-cc4875592f172e4b9eba3ab4df1e10832592cd10.zip chromium_src-cc4875592f172e4b9eba3ab4df1e10832592cd10.tar.gz chromium_src-cc4875592f172e4b9eba3ab4df1e10832592cd10.tar.bz2 |
- Developer tools frontend is served from chrom-ui://devtools/tools.html
- Serve Web Inspector JS files from chrom-ui://devtools/ domain in addition to chrom-ui://inspector/. We cannot simply reuse "inspector" domain for now as we need different tab content types for console debugger and new developer tools front-end. When developer tools support all console debugger and web inspector features we will remove "inspector" domain from the source list.
Review URL: http://codereview.chromium.org/40222
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r-- | chrome/common/url_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index 63989e9..6abc73d 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -40,6 +40,7 @@ extern const char kChromeUINewTabURL[]; // chrome-ui components of URLs. extern const char kNewTabHost[]; +extern const char kDevToolsHost[]; } // namespace chrome |