diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-25 17:08:42 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-25 17:08:42 +0000 |
commit | 918059bd06841c5ebc2040162434748834a99615 (patch) | |
tree | 2fce36d6a8a5e86421a2380f613ba4889b2a2718 /chrome/browser/browser_resources.grd | |
parent | e2a70f76250f3d46fd5b3f73c1bd56cfe622201e (diff) | |
download | chromium_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/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index 160d96a..44fe8cb 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -57,9 +57,6 @@ without changes to the corresponding grd file. paaaae --> <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_infobar.css" flattenhtml="true" type="BINDATA" /> <include name="IDR_EXTENSIONS_TOOLSTRIP_THEME_CSS" file="resources\extensions_toolstrip.css" flattenhtml="true" type="BINDATA" /> <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml="true" type="BINDATA" /> - <include name="IDR_PRINT_TAB_HTML" file="resources\print_tab.html" flattenhtml="true" type="BINDATA" /> - <include name="IDR_PRINT_TAB_CSS" file="resources\print_tab.css" type="BINDATA" /> - <include name="IDR_PRINT_TAB_JS" file="resources\print_tab.js" type="BINDATA" /> <include name="IDR_ABOUT_SYNC_HTML" file="sync\resources\about_sync.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_GAIA_LOGIN_HTML" file="sync\resources\gaia_login.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_SYNC_SETUP_FLOW_HTML" file="sync\resources\setup_flow.html" flattenhtml="true" type="BINDATA" /> |