| Index: chrome/renderer/print_web_view_helper.cc
|
| ===================================================================
|
| --- chrome/renderer/print_web_view_helper.cc (revision 30823)
|
| +++ chrome/renderer/print_web_view_helper.cc (working copy)
|
| @@ -164,27 +164,3 @@
|
| DCHECK(print_pages_params_.get() != NULL);
|
| PrintPages(*print_pages_params_.get(), print_web_view_->mainFrame());
|
| }
|
| -
|
| -WebString PrintWebViewHelper::autoCorrectWord(const WebString& word) {
|
| - return word;
|
| -}
|
| -
|
| -WebRect PrintWebViewHelper::windowRect() {
|
| - NOTREACHED();
|
| - return WebRect();
|
| -}
|
| -
|
| -WebRect PrintWebViewHelper::windowResizerRect() {
|
| - NOTREACHED();
|
| - return WebRect();
|
| -}
|
| -
|
| -WebRect PrintWebViewHelper::rootWindowRect() {
|
| - NOTREACHED();
|
| - return WebRect();
|
| -}
|
| -
|
| -WebScreenInfo PrintWebViewHelper::screenInfo() {
|
| - NOTREACHED();
|
| - return WebScreenInfo();
|
| -}
|
|
|