diff options
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r-- | chrome/common/url_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index acd9f81..9c7d081 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -25,6 +25,7 @@ extern const char kAboutKillURL[]; extern const char kAboutCreditsURL[]; extern const char kAboutDNSURL[]; extern const char kAboutFlagsURL[]; +extern const char kAboutFlashURL[]; extern const char kAboutGpuURL[]; extern const char kAboutGpuCleanURL[]; extern const char kAboutGpuCrashURL[]; @@ -55,6 +56,7 @@ extern const char kChromeUIDownloadsURL[]; extern const char kChromeUIExtensionIconURL[]; extern const char kChromeUIExtensionsURL[]; extern const char kChromeUIFlagsURL[]; +extern const char kChromeUIFlashURL[]; extern const char kChromeUIFaviconURL[]; extern const char kChromeUIHistory2URL[]; extern const char kChromeUIHistoryURL[]; @@ -100,6 +102,7 @@ extern const char kChromeUIExtensionsHost[]; extern const char kChromeUIFaviconHost[]; extern const char kChromeUITouchIconHost[]; extern const char kChromeUIFlagsHost[]; +extern const char kChromeUIFlashHost[]; extern const char kChromeUIGpuInternalsHost[]; extern const char kChromeUIHistory2Host[]; extern const char kChromeUIHistoryHost[]; |