Chromium Code Reviews| Index: chrome/browser/ui/browser_window.h |
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
| index 28bbf6f80b0b7e386a31a7697b5fa0f96d9e4e57..04df5769ec7e91dafb68ae78afa6bd3526a0cbfb 100644 |
| --- a/chrome/browser/ui/browser_window.h |
| +++ b/chrome/browser/ui/browser_window.h |
| @@ -123,6 +123,11 @@ class BrowserWindow : public BaseWindow { |
| // Sets the starred state for the current tab. |
| virtual void SetStarredState(bool is_starred) = 0; |
| +#if defined(OS_WIN) |
| + // Sets the metro pinned state for the current tab. |
| + virtual void SetMetroPinnedState(bool is_pinned) = 0; |
|
sky
2012/07/20 16:46:41
Move this with other Metro methods.
benwells
2012/07/23 08:03:43
It's gone now :)
|
| +#endif |
| + |
| // Sets the zoom icon state for the current tab. |
| virtual void SetZoomIconState(ZoomController::ZoomIconState state) = 0; |