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

Side by Side Diff: frontend/client/src/autotest/planner/OverviewTabDisplay.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 OverviewTabDisplay extends TabView implements OverviewTab.Display {
7
8 @Override
9 public String getElementId() {
10 return "overview";
11 }
12
13 }
OLDNEW
« no previous file with comments | « frontend/client/src/autotest/planner/OverviewTab.java ('k') | frontend/client/src/autotest/planner/TestPlanSelector.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698