Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4312)

Unified Diff: chrome/browser/ui/browser_window.h

Issue 10800054: Add pin icon to the omnibar in windows 8 metro mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698