summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.h
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/common/url_constants.h
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/common/url_constants.h')
-rw-r--r--chrome/common/url_constants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index e3cf3d9..b58d8d7 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -23,7 +23,6 @@ extern const char kHttpsScheme[];
extern const char kJavaScriptScheme[];
extern const char kMailToScheme[];
extern const char kMetadataScheme[];
-extern const char kPrintScheme[];
extern const char kUserScriptScheme[];
extern const char kViewSourceScheme[];