| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index ab3309f053344a7ef0b4ae364ff6100f38a7e621..55420a74d2b5804184d29ed46291645c2dcdd620 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -49,11 +49,11 @@ const char kAboutCacheURL[] = "about:cache";
|
| const char kAboutCrashURL[] = "about:crash";
|
| const char kAboutCreditsURL[] = "about:credits";
|
| const char kAboutDNSURL[] = "about:dns";
|
| +const char kAboutFlagsURL[] = "about:flags";
|
| const char kAboutGpuCrashURL[] = "about:gpucrash";
|
| const char kAboutGpuHangURL[] = "about:gpuhang";
|
| const char kAboutHangURL[] = "about:hang";
|
| const char kAboutHistogramsURL[] = "about:histograms";
|
| -const char kAboutLabsURL[] = "about:labs";
|
| const char kAboutMemoryURL[] = "about:memory";
|
| const char kAboutNetInternalsURL[] = "about:net-internals";
|
| const char kAboutPluginsURL[] = "about:plugins";
|
| @@ -74,11 +74,11 @@ const char kChromeUIDevToolsURL[] = "chrome://devtools/";
|
| const char kChromeUIDownloadsURL[] = "chrome://downloads/";
|
| const char kChromeUIExtensionsURL[] = "chrome://extensions/";
|
| const char kChromeUIFavIconURL[] = "chrome://favicon/";
|
| +const char kChromeUIFlagsURL[] = "chrome://flags/";
|
| const char kChromeUIHistory2URL[] = "chrome://history2/";
|
| const char kChromeUIHistoryURL[] = "chrome://history/";
|
| const char kChromeUIIPCURL[] = "chrome://about/ipc";
|
| const char kChromeUIKeyboardURL[] = "chrome://keyboard/";
|
| -const char kChromeUILabsURL[] = "chrome://labs/";
|
| const char kChromeUINewTabURL[] = "chrome://newtab";
|
| const char kChromeUIPluginsURL[] = "chrome://plugins/";
|
| const char kChromeUIPrintURL[] = "chrome://print/";
|
| @@ -102,11 +102,11 @@ const char kChromeUIDialogHost[] = "dialog";
|
| const char kChromeUIDownloadsHost[] = "downloads";
|
| const char kChromeUIExtensionsHost[] = "extensions";
|
| const char kChromeUIFavIconHost[] = "favicon";
|
| +const char kChromeUIFlagsHost[] = "flags";
|
| const char kChromeUIHistoryHost[] = "history";
|
| const char kChromeUIHistory2Host[] = "history2";
|
| const char kChromeUIInspectorHost[] = "inspector";
|
| const char kChromeUIKeyboardHost[] = "keyboard";
|
| -const char kChromeUILabsHost[] = "labs";
|
| const char kChromeUINetInternalsHost[] = "net-internals";
|
| const char kChromeUINewTabHost[] = "newtab";
|
| const char kChromeUIPluginsHost[] = "plugins";
|
|
|