diff options
author | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 23:07:46 +0000 |
---|---|---|
committer | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 23:07:46 +0000 |
commit | e87eccbe1fe5a8e1301680c65d28bfb305365dd4 (patch) | |
tree | 05a3d3e55d74af96a9a420a405c94ff17c9485c1 /remoting/webapp | |
parent | df90563783a730f075af5df62e91d718d17107bb (diff) | |
download | chromium_src-e87eccbe1fe5a8e1301680c65d28bfb305365dd4.zip chromium_src-e87eccbe1fe5a8e1301680c65d28bfb305365dd4.tar.gz chromium_src-e87eccbe1fe5a8e1301680c65d28bfb305365dd4.tar.bz2 |
Build both v1 and v2 apps on the bots. Change #1: building both V1 and V2 apps at the same time. V1 app goes to remoting/remoting.webapp and V1 app goes to remoting/remoting.webapp.V2.
BUG= 239941
Review URL: https://chromiumcodereview.appspot.com/16031003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/appsv2.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/appsv2.patch b/remoting/webapp/appsv2.patch index c9a399d..0b9c8f3 100644 --- a/remoting/webapp/appsv2.patch +++ b/remoting/webapp/appsv2.patch @@ -25,7 +25,7 @@ index 83c9844..98f63c3 100644 onDone(hostId); }; try { -- this.plugin_.getDaemonConfig(onConfig); +- this.hostDispatcher_.getDaemonVersion(printVersion); + onConfig('{}'); } catch (err) { onDone(null); |