Change return type of PrintPage
commit7095383c395df8c09df779b89bbb86aa69814c3c
authorhabib.virji <habib.virji@samsung.com>
Wed, 10 Jun 2015 10:39:35 +0000 (10 03:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Jun 2015 10:40:11 +0000 (10 10:40 +0000)
tree4f92d4e3d4fdc8ef01b74c2a013cca00d1a1bac4
parent4f7112f9bb58be371037d524e349877e6d7f9897
Change return type of PrintPage

PrintPage should not return a bool parameter. The return type has been changed to void.

To keep it compatible with the blink code, old function has been kept.

R=pdr
BUG=496765

Review URL: https://codereview.chromium.org/1149983008

Cr-Commit-Position: refs/heads/master@{#333715}
content/renderer/pepper/pepper_plugin_instance_impl.cc
content/renderer/pepper/pepper_plugin_instance_impl.h
content/renderer/pepper/pepper_webplugin_impl.cc
content/renderer/pepper/pepper_webplugin_impl.h