diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 05:52:58 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 05:52:58 +0000 |
commit | fe0e6e1b2279ee45c33b31762ffe47be17f6a43c (patch) | |
tree | a1a7acb898d16055f484fb882b43b71beed16289 /PRESUBMIT.py | |
parent | 639dec9a36f2f9db7de9952133e6c7fe557b4168 (diff) | |
download | chromium_src-fe0e6e1b2279ee45c33b31762ffe47be17f6a43c.zip chromium_src-fe0e6e1b2279ee45c33b31762ffe47be17f6a43c.tar.gz chromium_src-fe0e6e1b2279ee45c33b31762ffe47be17f6a43c.tar.bz2 |
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
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 1 |
1 files changed, 1 insertions, 0 deletions
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$", |