diff options
Diffstat (limited to 'chrome/common/url_constants.cc')
-rw-r--r-- | chrome/common/url_constants.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc index 879b2f7..6542fd1 100644 --- a/chrome/common/url_constants.cc +++ b/chrome/common/url_constants.cc @@ -93,6 +93,9 @@ const char kSyncSetupDonePath[] = "setupdone"; const char kAppCacheViewInternalsURL[] = "chrome://appcache-internals/"; +const char kCloudPrintResourcesURL[] = "chrome://cloudprintresources/"; +const char kCloudPrintResourcesHost[] = "cloudprintresources"; + const char kNetworkViewInternalsURL[] = "chrome://net-internals/"; const char kNetworkViewCacheURL[] = "chrome://view-http-cache/"; |