| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index cdc4d87b243cbd6ca73d211c1b99c36647c85ad5..57e591228d571de2774f7b7fa8f407373a635955 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -21,7 +21,6 @@ extern const char kAboutVersionURL[];
|
| // components below.
|
| extern const char kChromeUIAboutURL[];
|
| extern const char kChromeUIBookmarksURL[];
|
| -extern const char kChromeUIBugReportURL[];
|
| extern const char kChromeUICertificateViewerURL[];
|
| extern const char kChromeUIChromeURLsURL[];
|
| extern const char kChromeUICloudPrintResourcesURL[];
|
| @@ -37,6 +36,7 @@ extern const char kChromeUIExtensionIconURL[];
|
| extern const char kChromeUIExtensionsFrameURL[];
|
| extern const char kChromeUIExtensionsURL[];
|
| extern const char kChromeUIFaviconURL[];
|
| +extern const char kChromeUIFeedbackURL[];
|
| extern const char kChromeUIFlagsURL[];
|
| extern const char kChromeUIFlashURL[];
|
| extern const char kChromeUIGpuCleanURL[];
|
| @@ -112,7 +112,6 @@ extern const char kChromeUIBlankHost[];
|
| extern const char kChromeUIBlobInternalsHost[];
|
| extern const char kChromeUIBookmarksHost[];
|
| extern const char kChromeUIBrowserCrashHost[];
|
| -extern const char kChromeUIBugReportHost[];
|
| extern const char kChromeUICacheHost[];
|
| extern const char kChromeUICertificateViewerHost[];
|
| extern const char kChromeUIChromeURLsHost[];
|
| @@ -133,6 +132,7 @@ extern const char kChromeUIExtensionIconHost[];
|
| extern const char kChromeUIExtensionsFrameHost[];
|
| extern const char kChromeUIExtensionsHost[];
|
| extern const char kChromeUIFaviconHost[];
|
| +extern const char kChromeUIFeedbackHost[];
|
| extern const char kChromeUIFlagsHost[];
|
| extern const char kChromeUIFlashHost[];
|
| extern const char kChromeUIGpuCleanHost[];
|
|
|