| Index: chrome/common/url_constants.cc
|
| ===================================================================
|
| --- chrome/common/url_constants.cc (revision 62685)
|
| +++ chrome/common/url_constants.cc (working copy)
|
| @@ -49,11 +49,11 @@
|
| 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 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 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";
|
|
|