| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 525150217e20c201cee05c9a6376046d25e12fb6..f7832f33d9a9be4ec96f1b0f15efeb8a8dc7e79c 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -6,8 +6,6 @@
|
| #define CHROME_BROWSER_UI_BROWSER_WINDOW_H_
|
| #pragma once
|
|
|
| -#include <vector>
|
| -
|
| #include "chrome/browser/tab_contents/navigation_entry.h"
|
| #include "chrome/common/content_settings_types.h"
|
| #include "gfx/native_widget_types.h"
|
| @@ -344,10 +342,6 @@ class BrowserWindow {
|
| // Construct a FindBar implementation for the specified |browser|.
|
| static FindBar* CreateFindBar(Browser* browser_window);
|
|
|
| - // Grabs a snapshot of the current browser window and returns the bounds.
|
| - virtual gfx::Rect GrabWindowSnapshot(std::vector<unsigned char>*
|
| - png_representation) = 0;
|
| -
|
| protected:
|
| friend class BrowserList;
|
| friend class BrowserView;
|
|
|