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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 843023002: [Smart Lock] Add a private API to show an error bubble anchored to the Smart Lock app window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update error message strings Created 5 years, 11 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_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 0ca524a7e4467149f1feea683d164668d356c9a7..f6bfc29f8b7da52a96712bdd4970c594b0884b61 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -807,6 +807,8 @@
'browser/ui/profile_error_dialog.cc',
'browser/ui/profile_error_dialog.h',
'browser/ui/protocol_dialog_delegate.h',
+ 'browser/ui/proximity_auth/proximity_auth_error_bubble.cc',
Tim Song 2015/01/15 19:29:24 These files aren't in the patchset. I'm guessing t
Ilya Sherman 2015/01/16 05:39:42 Whoops, forgot to git-add them. They're used on n
+ 'browser/ui/proximity_auth/proximity_auth_error_bubble.h',
'browser/ui/screen_capture_notification_ui.h',
'browser/ui/search/instant_controller.cc',
'browser/ui/search/instant_controller.h',
@@ -2241,6 +2243,8 @@
'browser/ui/views/profiles/supervised_user_avatar_label.h',
'browser/ui/views/profiles/user_manager_view.cc',
'browser/ui/views/profiles/user_manager_view.h',
+ 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc',
+ 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h',
'browser/ui/views/renderer_context_menu/render_view_context_menu_views.cc',
'browser/ui/views/renderer_context_menu/render_view_context_menu_views.h',
'browser/ui/views/sad_tab_view.cc',

Powered by Google App Engine
This is Rietveld 408576698