| Index: content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| index c8b319221bf70bc47aef696c2b87a714c0edd069..25030aafa3a9797afb69aa64f2e8d55a0ab951fe 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| @@ -114,10 +114,6 @@ class MockScreenshotManager : public content::NavigationEntryScreenshotManager {
|
| }
|
|
|
| private:
|
| - // Overridden from content::NavigationEntryScreenshotManager:
|
| - void TakeScreenshotImpl(content::RenderViewHost* host,
|
| - content::NavigationEntryImpl* entry) override {}
|
| -
|
| void OnScreenshotSet(content::NavigationEntryImpl* entry) override {
|
| encoding_screenshot_in_progress_ = false;
|
| NavigationEntryScreenshotManager::OnScreenshotSet(entry);
|
|
|