summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-29 19:39:15 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-29 19:39:15 +0000
commit89a6ff5f24124c289c90669ce8dc8ed41519202c (patch)
tree45e9e7725159003934137d3cdd79eb558e64750d /chrome
parent6d0295ada658ff415a0ec4d335ccdf2df2125b3b (diff)
downloadchromium_src-89a6ff5f24124c289c90669ce8dc8ed41519202c.zip
chromium_src-89a6ff5f24124c289c90669ce8dc8ed41519202c.tar.gz
chromium_src-89a6ff5f24124c289c90669ce8dc8ed41519202c.tar.bz2
Disable print preview DOMUI on ChromeOS. It was enabled by accident.
BUG=none TEST=none Review URL: http://codereview.chromium.org/4119018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/dom_ui/dom_ui_factory.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/dom_ui/dom_ui_factory.cc b/chrome/browser/dom_ui/dom_ui_factory.cc
index 73899bc..aaeb4e3 100644
--- a/chrome/browser/dom_ui/dom_ui_factory.cc
+++ b/chrome/browser/dom_ui/dom_ui_factory.cc
@@ -168,8 +168,6 @@ static DOMUIFactoryFunction GetDOMUIFactoryFunction(Profile* profile,
return &NewDOMUI<MediaplayerUI>;
if (url.host() == chrome::kChromeUIMobileSetupHost)
return &NewDOMUI<MobileSetupUI>;
- if (url.host() == chrome::kChromeUIPrintHost)
- return &NewDOMUI<PrintPreviewUI>;
if (url.host() == chrome::kChromeUIRegisterPageHost)
return &NewDOMUI<RegisterPageUI>;
if (url.host() == chrome::kChromeUISettingsHost)