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

Unified Diff: frontend/client/src/autotest/common/JsonRpcProxy.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/common/JsonRpcProxy.java
diff --git a/frontend/client/src/autotest/common/JsonRpcProxy.java b/frontend/client/src/autotest/common/JsonRpcProxy.java
index a148adf38cc4aaabb8c35936836fd950b1e40576..4d16b7cdb7bb98d8d263f6092668620aa9e7349a 100644
--- a/frontend/client/src/autotest/common/JsonRpcProxy.java
+++ b/frontend/client/src/autotest/common/JsonRpcProxy.java
@@ -16,6 +16,7 @@ import java.util.Set;
public abstract class JsonRpcProxy {
public static final String AFE_BASE_URL = "/afe/server/";
public static final String TKO_BASE_URL = "/new_tko/server/";
+ public static final String PLANNER_BASE_URL = "/planner/server/";
private static final String RPC_URL_SUFFIX = "rpc/";
private static final String JSON_RPC_URL_SUFFIX = "jsonp_rpc/";
« no previous file with comments | « frontend/client/src/autotest/common/DomUtils.java ('k') | frontend/client/src/autotest/common/spreadsheet/Spreadsheet.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698