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

Unified Diff: chrome/chrome_browser.gypi

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: Tidied up 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 1da68715d24ad7aeb457cd09c943e869248c0c10..b42205d452ace375b8607f3a1212c22b7503e05a 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3252,6 +3252,7 @@
'browser/ui/login/login_prompt.h',
'browser/ui/media_stream_infobar_delegate.h',
'browser/ui/media_stream_infobar_delegate.cc',
+ 'browser/ui/metro_pinned_state_observer.h',
'browser/ui/metro_pin_tab_helper.cc',
'browser/ui/metro_pin_tab_helper.h',
'browser/ui/network_profile_bubble.cc',
@@ -3731,6 +3732,8 @@
'browser/ui/views/location_bar/location_bar_view.h',
'browser/ui/views/location_bar/location_icon_view.cc',
'browser/ui/views/location_bar/location_icon_view.h',
+ 'browser/ui/views/location_bar/metro_pin_view.cc',
+ 'browser/ui/views/location_bar/metro_pin_view.h',
'browser/ui/views/location_bar/page_action_image_view.cc',
'browser/ui/views/location_bar/page_action_image_view.h',
'browser/ui/views/location_bar/page_action_with_badge_view.cc',

Powered by Google App Engine
This is Rietveld 408576698