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

Side by Side Diff: frontend/client/src/autotest/planner/AutoprocessedTab.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 AutoprocessedTab {
5
6 public static interface Display {
7 // Not yet implemented
8 }
9
10
11 @SuppressWarnings("unused")
12 private Display display;
13
14 public void bindDisplay(Display display) {
15 this.display = display;
16 }
17
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698