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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc

Issue 103493005: Rename View::set_focusable and View::set_accessibility_focusable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a few missing files Created 7 years 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/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
index e29477477be84b65c97216cad533c25c71cb6baa..f9c27a8286e8aad291e8d8ebacd3734738dcb4ee 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
@@ -90,11 +90,11 @@ class AutofillDialogViewsTest : public TestWithBrowserView {
protected:
void SetSectionsFocusable() {
- dialog()->GetLoadingShieldForTesting()->set_focusable(true);
+ dialog()->GetLoadingShieldForTesting()->SetFocusable(true);
// The sign in web view is not focusable until a web contents is created.
// TODO(dbeam): figure out how to create a web contents on the right thread.
- dialog()->GetNotificationAreaForTesting()->set_focusable(true);
- dialog()->GetScrollableAreaForTesting()->set_focusable(true);
+ dialog()->GetNotificationAreaForTesting()->SetFocusable(true);
+ dialog()->GetScrollableAreaForTesting()->SetFocusable(true);
}
private:
« no previous file with comments | « chrome/browser/ui/views/autofill/autofill_dialog_views.cc ('k') | chrome/browser/ui/views/autofill/tooltip_icon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698