From ad1e23c3f9ed149488e58f0704127612eae5e008 Mon Sep 17 00:00:00 2001 From: "macourteau@chromium.org" Date: Tue, 17 Jun 2014 14:39:29 +0000 Subject: Revert 277743 "[Mac] Add interactive App Shim test." Failed test: http://build.chromium.org/p/chromium.mac/builders/Mac%2010.6%20Tests%20%28dbg%29%283%29/builds/50667/steps/interactive_ui_tests/logs/stdio The new test appears to be timing out on the bots. > [Mac] Add interactive App Shim test. > > This test creates shims in the user data dir and actually starts them up and > expects them to connect to the IPC socket. > > BUG=168080 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276368 > > Review URL: https://codereview.chromium.org/316493002 TBR=jackhou@chromium.org Review URL: https://codereview.chromium.org/333403007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277754 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/web_applications/web_app_mac.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chrome/browser/web_applications/web_app_mac.h') diff --git a/chrome/browser/web_applications/web_app_mac.h b/chrome/browser/web_applications/web_app_mac.h index a0a8b20..46702e4 100644 --- a/chrome/browser/web_applications/web_app_mac.h +++ b/chrome/browser/web_applications/web_app_mac.h @@ -14,11 +14,6 @@ #include "chrome/browser/web_applications/web_app.h" #include "extensions/common/manifest_handlers/file_handler_info.h" -// Whether to enable update and launch of app shims in tests. (Normally shims -// are never created or launched in tests). Note that update only creates -// internal shim bundles, i.e. it does not create new shims in ~/Applications. -extern bool g_app_shims_allow_update_and_launch_in_tests; - namespace web_app { // Returns the full path of the .app shim that would be created by -- cgit v1.1