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

Unified Diff: frontend/client/src/autotest/planner/OverviewTab.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/OverviewTab.java
diff --git a/frontend/client/src/autotest/planner/OverviewTab.java b/frontend/client/src/autotest/planner/OverviewTab.java
new file mode 100644
index 0000000000000000000000000000000000000000..a8054f0475ba07ecd5147bc8bb0f16c0cc453c20
--- /dev/null
+++ b/frontend/client/src/autotest/planner/OverviewTab.java
@@ -0,0 +1,17 @@
+package autotest.planner;
+
+
+public class OverviewTab {
+
+ public static interface Display {
+ // Not yet implemented
+ }
+
+ @SuppressWarnings("unused")
+ private Display display;
+
+ public void bindDisplay(Display display) {
+ this.display = display;
+ }
+
+}

Powered by Google App Engine
This is Rietveld 408576698