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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 662073002: Fix crash when user closes window prior to the "Confirm Install" prompt showing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/install_prompt_navigator
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 261f6d06d0ffe92aadd010f580544562cffefe37..1c31a619972e5e986a292c7e508e2e8af31126bc 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -578,6 +578,8 @@
'browser/ui/cocoa/menu_button.mm',
'browser/ui/cocoa/multi_key_equivalent_button.h',
'browser/ui/cocoa/multi_key_equivalent_button.mm',
+ 'browser/ui/cocoa/native_window_tracker_cocoa.h',
+ 'browser/ui/cocoa/native_window_tracker_cocoa.mm',
'browser/ui/cocoa/new_tab_button.h',
'browser/ui/cocoa/new_tab_button.mm',
'browser/ui/cocoa/notifications/message_center_tray_bridge.h',
@@ -1431,6 +1433,7 @@
'browser/ui/location_bar/location_bar_util.h',
'browser/ui/location_bar/origin_chip_info.cc',
'browser/ui/location_bar/origin_chip_info.h',
+ 'browser/ui/native_window_tracker.h',
'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
'browser/ui/omnibox/omnibox_controller.cc',
@@ -2305,6 +2308,8 @@
'chrome_browser_ui_aura_sources': [
'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
+ 'browser/ui/aura/native_window_tracker_aura.cc',
+ 'browser/ui/aura/native_window_tracker_aura.h',
'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc',
'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h',
'browser/ui/gesture_prefs_observer_factory_aura.cc',
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698