diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-05 05:29:19 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-05 05:29:19 +0000 |
commit | 2e19c16a6f843f8804f9a8651e26d1b624c7e64e (patch) | |
tree | 1341b1c1e8d70e13960bc2be9004ca9a1ef7a8f3 /chrome/chrome_nibs.gypi | |
parent | 1472d59d74f82c703fcfa7c7d7b7be16fee5eb45 (diff) | |
download | chromium_src-2e19c16a6f843f8804f9a8651e26d1b624c7e64e.zip chromium_src-2e19c16a6f843f8804f9a8651e26d1b624c7e64e.tar.gz chromium_src-2e19c16a6f843f8804f9a8651e26d1b624c7e64e.tar.bz2 |
New ScreenCaptureNotificationUI implementation for Cocoa
Reimplemented ScreenCaptureNotificationUICocoa to make it consisten
with the Views implementation.
BUG=190156
Review URL: https://codereview.chromium.org/25824002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gypi')
-rw-r--r-- | chrome/chrome_nibs.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/chrome_nibs.gypi b/chrome/chrome_nibs.gypi index 57fa683..5f706da 100644 --- a/chrome/chrome_nibs.gypi +++ b/chrome/chrome_nibs.gypi @@ -24,7 +24,7 @@ 'app/nibs/ContentBlockedPlugins.xib', 'app/nibs/ContentBlockedPopups.xib', 'app/nibs/ContentBlockedGeolocation.xib', - 'app/nibs/ContentBlockedSavePassword.xib', + 'app/nibs/ContentBlockedSavePassword.xib', 'app/nibs/ContentBlockedSimple.xib', 'app/nibs/ContentProtocolHandlers.xib', 'app/nibs/CookieDetailsView.xib', @@ -63,7 +63,6 @@ 'app/nibs/InfoBar.xib', 'app/nibs/Notification.xib', 'app/nibs/Panel.xib', - 'app/nibs/ScreenCaptureNotification.xib', ], # mac_untranslated_xibs 'mac_all_xibs': [ '<@(mac_translated_xibs)', |