| Index: chrome/test/automation/tab_proxy.h
|
| diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
|
| index 5e660469fa08f04fd2635a7301e3d49e00b29647..dff13441ff2cde99d462c1e06c7e025ae317ca7a 100644
|
| --- a/chrome/test/automation/tab_proxy.h
|
| +++ b/chrome/test/automation/tab_proxy.h
|
| @@ -202,10 +202,6 @@ class TabProxy : public AutomationResourceProxy {
|
| // Uses the specified encoding to override encoding of the page in the tab.
|
| bool OverrideEncoding(const std::string& encoding) WARN_UNUSED_RESULT;
|
|
|
| - // Captures the entire page and saves as a PNG at the given path. Returns
|
| - // true on success.
|
| - bool CaptureEntirePageAsPNG(const base::FilePath& path) WARN_UNUSED_RESULT;
|
| -
|
| #if defined(OS_WIN)
|
| // Resizes the tab window.
|
| // The parent_window parameter allows a parent to be specified for the window
|
|
|