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

Unified Diff: ui/views/controls/textfield/textfield.h

Issue 154783002: Honor can_activate flag in ShowWindowWithState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More review comments Created 6 years, 7 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 | « no previous file | ui/views/test/test_views_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/textfield/textfield.h
diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
index 7635ecaffb6ac5b4875ad9b41fd22358bbc11a4f..431ceef6c86a74f5fb0143a3b59f93c30214a8b1 100644
--- a/ui/views/controls/textfield/textfield.h
+++ b/ui/views/controls/textfield/textfield.h
@@ -30,6 +30,10 @@
namespace views {
+namespace test {
+class WidgetTestInteractive;
+}
+
class MenuRunner;
class Painter;
class TextfieldController;
@@ -295,6 +299,7 @@ class VIEWS_EXPORT Textfield : public View,
private:
friend class TextfieldTest;
friend class TouchSelectionControllerImplTest;
+ friend class test::WidgetTestInteractive;
// Handles a request to change the value of this text field from software
// using an accessibility API (typically automation software, screen readers
« no previous file with comments | « no previous file | ui/views/test/test_views_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698