fix regular chrome startup

This commit is contained in:
Jonathan Lipps
2014-02-24 17:10:43 -08:00
parent d498d7df31
commit 2befd7d314
2 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
"use strict";
describe("chrome", function () {
require('../common/webview-base')('chrome');
require('../common/webview-base')('chromium');
});