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

Unified Diff: frontend/client/src/autotest/planner/resources/PlannerImageBundle.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/resources/PlannerImageBundle.java
diff --git a/frontend/client/src/autotest/planner/resources/PlannerImageBundle.java b/frontend/client/src/autotest/planner/resources/PlannerImageBundle.java
new file mode 100644
index 0000000000000000000000000000000000000000..d2fd7436e631cdebbf87bc93e1689f08ba05bc18
--- /dev/null
+++ b/frontend/client/src/autotest/planner/resources/PlannerImageBundle.java
@@ -0,0 +1,8 @@
+package autotest.planner.resources;
+
+import com.google.gwt.user.client.ui.AbstractImagePrototype;
+import com.google.gwt.user.client.ui.ImageBundle;
+
+public interface PlannerImageBundle extends ImageBundle {
+ public AbstractImagePrototype close();
+}
« no previous file with comments | « frontend/client/src/autotest/planner/TestViewTabDisplay.java ('k') | frontend/client/src/autotest/planner/resources/close.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698