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

Side by Side Diff: frontend/client/src/autotest/planner/TestViewTabDisplay.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 import autotest.common.ui.TabView;
4
5
6 public class TestViewTabDisplay extends TabView implements TestViewTab.Display {
7
8 @Override
9 public String getElementId() {
10 return "test_view";
11 }
12
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698