| Index: chrome/common/url_constants.cc
|
| ===================================================================
|
| --- chrome/common/url_constants.cc (revision 56913)
|
| +++ chrome/common/url_constants.cc (working copy)
|
| @@ -72,6 +72,7 @@
|
| const char kChromeUIFileBrowseURL[] = "chrome://filebrowse/";
|
| const char kChromeUIHistoryURL[] = "chrome://history/";
|
| const char kChromeUIHistory2URL[] = "chrome://history2/";
|
| +const char kChromeUIImageBurnerURL[] = "chrome://imageburner/";
|
| const char kChromeUIIPCURL[] = "chrome://about/ipc";
|
| const char kChromeUIMediaplayerURL[] = "chrome://mediaplayer/";
|
| const char kChromeUINewTabURL[] = "chrome://newtab";
|
| @@ -90,6 +91,7 @@
|
| const char kChromeUIFileBrowseHost[] = "filebrowse";
|
| const char kChromeUIHistoryHost[] = "history";
|
| const char kChromeUIHistory2Host[] = "history2";
|
| +const char kChromeUIImageBurnerHost[] = "imageburner";
|
| const char kChromeUIInspectorHost[] = "inspector";
|
| const char kChromeUIMediaplayerHost[] = "mediaplayer";
|
| const char kChromeUINetInternalsHost[] = "net-internals";
|
|
|