summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-25 17:08:42 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-25 17:08:42 +0000
commit918059bd06841c5ebc2040162434748834a99615 (patch)
tree2fce36d6a8a5e86421a2380f613ba4889b2a2718 /chrome/browser/history
parente2a70f76250f3d46fd5b3f73c1bd56cfe622201e (diff)
downloadchromium_src-918059bd06841c5ebc2040162434748834a99615.zip
chromium_src-918059bd06841c5ebc2040162434748834a99615.tar.gz
chromium_src-918059bd06841c5ebc2040162434748834a99615.tar.bz2
Remove previous print preview work in preparation for new work.
The new work will take a very different approach (using a component extension, similar to the bookmark manager). This basically reverts the following commits: - http://src.chromium.org/viewvc/chrome?view=rev&revision=20595 (http://codereview.chromium.org/155067) - http://src.chromium.org/viewvc/chrome?view=rev&revision=19918 (http://codereview.chromium.org/155051) - http://src.chromium.org/viewvc/chrome?view=rev&revision=19906 (http://codereview.chromium.org/150207) BUG=173 TEST=everything still builds Review URL: http://codereview.chromium.org/2156003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history')
-rw-r--r--chrome/browser/history/history.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
index c8ca288..630c490 100644
--- a/chrome/browser/history/history.cc
+++ b/chrome/browser/history/history.cc
@@ -653,8 +653,7 @@ bool HistoryService::CanAddURL(const GURL& url) const {
if (url.SchemeIs(chrome::kJavaScriptScheme) ||
url.SchemeIs(chrome::kChromeUIScheme) ||
url.SchemeIs(chrome::kViewSourceScheme) ||
- url.SchemeIs(chrome::kChromeInternalScheme) ||
- url.SchemeIs(chrome::kPrintScheme))
+ url.SchemeIs(chrome::kChromeInternalScheme))
return false;
if (url.SchemeIs(chrome::kAboutScheme)) {