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

Unified Diff: frontend/client/src/autotest/common/ui/SimplifiedList.java

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 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 | « frontend/client/src/autotest/common/ui/RadioChooserDisplay.java ('k') | frontend/tko/rpc_interface.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frontend/client/src/autotest/common/ui/SimplifiedList.java
diff --git a/frontend/client/src/autotest/common/ui/SimplifiedList.java b/frontend/client/src/autotest/common/ui/SimplifiedList.java
index 20f33410180d1d284afb542244d660ff0359d18d..3a626eef2cdd49b3bb3342a8e1c66977fd4a4656 100644
--- a/frontend/client/src/autotest/common/ui/SimplifiedList.java
+++ b/frontend/client/src/autotest/common/ui/SimplifiedList.java
@@ -11,4 +11,5 @@ public interface SimplifiedList {
public String getSelectedName();
public void selectByName(String name);
public HandlerRegistration addChangeHandler(ChangeHandler handler);
+ public void setEnabled(boolean enabled);
}
« no previous file with comments | « frontend/client/src/autotest/common/ui/RadioChooserDisplay.java ('k') | frontend/tko/rpc_interface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698