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

Unified Diff: frontend/client/src/autotest/planner/MachineViewTabDisplay.java

Issue 1595019: Merge remote branch 'origin/upstream' into tempbranch (Closed)
Patch Set: Created 10 years, 8 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: frontend/client/src/autotest/planner/MachineViewTabDisplay.java
diff --git a/frontend/client/src/autotest/planner/MachineViewTabDisplay.java b/frontend/client/src/autotest/planner/MachineViewTabDisplay.java
new file mode 100644
index 0000000000000000000000000000000000000000..b5428913e4e50459ba8cb781707c662af8ca0295
--- /dev/null
+++ b/frontend/client/src/autotest/planner/MachineViewTabDisplay.java
@@ -0,0 +1,13 @@
+package autotest.planner;
+
+import autotest.common.ui.TabView;
+
+
+public class MachineViewTabDisplay extends TabView implements MachineViewTab.Display {
+
+ @Override
+ public String getElementId() {
+ return "machine_view";
+ }
+
+}
« no previous file with comments | « frontend/client/src/autotest/planner/MachineViewTab.java ('k') | frontend/client/src/autotest/planner/OverviewTab.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698