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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 182253004: Remove desktop auto-login since we don't plan on shipping it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/chrome_switches.h » ('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 8971161ffec05b495464fa4161992c9bd310be26..4ee4ae818977d94c63ddbcf1a02a0cb92393a8be 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -85,8 +85,10 @@
'browser/ui/android/autofill/autofill_popup_view_android.h',
'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc',
'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h',
- 'browser/ui/android/infobars/auto_login_infobar_delegate_android.cc',
- 'browser/ui/android/infobars/auto_login_infobar_delegate_android.h',
+ 'browser/ui/android/infobars/auto_login_infobar_delegate.cc',
+ 'browser/ui/android/infobars/auto_login_infobar_delegate.h',
+ 'browser/ui/android/infobars/auto_login_prompter.cc',
+ 'browser/ui/android/infobars/auto_login_prompter.h',
'browser/ui/android/infobars/confirm_infobar.cc',
'browser/ui/android/infobars/confirm_infobar.h',
'browser/ui/android/infobars/infobar_android.cc',
@@ -411,10 +413,6 @@
'browser/ui/autofill/popup_controller_common.h',
'browser/ui/autofill/tab_autofill_manager_delegate.cc',
'browser/ui/autofill/tab_autofill_manager_delegate.h',
- 'browser/ui/auto_login_infobar_delegate.cc',
- 'browser/ui/auto_login_infobar_delegate.h',
- 'browser/ui/auto_login_prompter.cc',
- 'browser/ui/auto_login_prompter.h',
'browser/ui/blocked_content/blocked_window_params.cc',
'browser/ui/blocked_content/blocked_window_params.h',
'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698