diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-07 19:01:45 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-07 19:01:45 +0000 |
commit | 13ed8da1c7ca2564e5fb9ff624f7cdb80eb033f3 (patch) | |
tree | 4b52c701627cf62f3e0d5d6b0aa3273303ea523b /chrome/common/about_handler.h | |
parent | 1e42f714e94d85e2fcc2ee4eabdb6202291375ad (diff) | |
download | chromium_src-13ed8da1c7ca2564e5fb9ff624f7cdb80eb033f3.zip chromium_src-13ed8da1c7ca2564e5fb9ff624f7cdb80eb033f3.tar.gz chromium_src-13ed8da1c7ca2564e5fb9ff624f7cdb80eb033f3.tar.bz2 |
Revert 88142 to fix sync_integration_tests offline.
*Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.
*Update AboutSource to use the source_name of each about/chrome page.
*Make WillHandleBrowserAboutURL fix up schemes and handle chrome://foo/
-Redirect memory to memory-redirect (wasn't handling chrome://memory/).
-Catalog all kChromeUI*Hosts in url_constants.cc
-Simplify paths (credits, os-credits, ipc, settings, about/version).
-Nix web_ui_util::ChromeURLHostEquals (use scheme & host comparison).
-Favor GURL::SchemeIs and url_constants, update & expand tests.
-Add and fixup chrome://chrome-urls (the about:about page).
BUG=55771
TEST=Access about:, about://, chrome:, chrome:// pages.
Review URL: http://codereview.chromium.org/7068007
TBR=msw@chromium.org
Review URL: http://codereview.chromium.org/7064052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/about_handler.h')
-rw-r--r-- | chrome/common/about_handler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/about_handler.h b/chrome/common/about_handler.h index 5de13ee..49b16ad 100644 --- a/chrome/common/about_handler.h +++ b/chrome/common/about_handler.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -14,6 +14,7 @@ namespace chrome_about_handler { extern const char* const about_urls[]; extern const size_t about_urls_size; // Only used for testing +extern const char* const kAboutScheme; // Returns true if the URL is one that AboutHandler will handle when // AboutHandler::MaybeHandle is called. |