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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 package autotest.planner;
2
3
4 public class OverviewTab {
5
6 public static interface Display {
7 // Not yet implemented
8 }
9
10 @SuppressWarnings("unused")
11 private Display display;
12
13 public void bindDisplay(Display display) {
14 this.display = display;
15 }
16
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698