| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 75a06ef7d887860dc80b6f0f6948ee9e33bf4a00..6e6f7756ebb48804e6e9eaa85d5a43a88876d4a2 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -100,7 +100,6 @@ const char kChromeUISlideshowURL[] = "chrome://slideshow/";
|
| const char kChromeUISystemInfoURL[] = "chrome://system/";
|
| const char kChromeUITermsOemURL[] = "chrome://terms/oem";
|
| const char kChromeUIUserImageURL[] = "chrome://userimage/";
|
| -const char kChromeUIWallpaperURL[] = "chrome://wallpapers/";
|
| const char kChromeUIWallpaperImageURL[] = "chrome://wallpaper/";
|
| const char kChromeUIWallpaperThumbnailURL[] = "chrome://wallpaper-thumb/";
|
| #endif
|
| @@ -244,7 +243,6 @@ const char kChromeUISimUnlockHost[] = "sim-unlock";
|
| const char kChromeUISlideshowHost[] = "slideshow";
|
| const char kChromeUISystemInfoHost[] = "system";
|
| const char kChromeUIUserImageHost[] = "userimage";
|
| -const char kChromeUIWallpaperHost[] = "wallpapers";
|
| const char kChromeUIWallpaperImageHost[] = "wallpaper";
|
| const char kChromeUIWallpaperThumbnailHost[] = "wallpaper-thumb";
|
|
|
|
|