| Index: chrome/renderer/print_web_view_helper_mac.cc
|
| ===================================================================
|
| --- chrome/renderer/print_web_view_helper_mac.cc (revision 22886)
|
| +++ chrome/renderer/print_web_view_helper_mac.cc (working copy)
|
| @@ -6,6 +6,8 @@
|
|
|
| #include "base/logging.h"
|
|
|
| +using WebKit::WebFrame;
|
| +
|
| void PrintWebViewHelper::Print(WebFrame* frame, bool script_initiated) {
|
| // TODO(port): print not implemented
|
| NOTIMPLEMENTED();
|
|
|
| Property changes on: chrome\renderer\print_web_view_helper_mac.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|