From fe0e6e1b2279ee45c33b31762ffe47be17f6a43c Mon Sep 17 00:00:00 2001 From: "grt@chromium.org" Date: Wed, 4 Dec 2013 05:52:58 +0000 Subject: Uninstall multi-install Chrome Frame when updated. If multi-install Chrome Frame is present when a multi-install install or update is processed, CF is uninstalled prior to ordinary processing. The binaries will be removed if they are not in use. Otherwise, they will stick around until the next update for which they are not in use. BUG=316496 R=robertshield@chromium.org Review URL: https://codereview.chromium.org/96193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238588 0039d316-1c4b-4281-b951-d872f2087c98 --- PRESUBMIT.py | 1 + 1 file changed, 1 insertion(+) (limited to 'PRESUBMIT.py') diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 156435e..c046e5f 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -867,6 +867,7 @@ def _CheckSpamLogging(input_api, output_api): input_api.DEFAULT_BLACK_LIST + (r"^base[\\\/]logging\.h$", r"^chrome[\\\/]browser[\\\/]chrome_browser_main\.cc$", + r"^chrome[\\\/]installer[\\\/]setup[\\\/].*", r"^chrome[\\\/]renderer[\\\/]extensions[\\\/]" r"logging_native_handler\.cc$", r"^remoting[\\\/]base[\\\/]logging\.h$", -- cgit v1.1