Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3474)

Unified Diff: build/mac/tweak_app_infoplist

Issue 113553: Remove two todo's since the pref controls initializing breakpad, and if users... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/mac/tweak_app_infoplist
===================================================================
--- build/mac/tweak_app_infoplist (revision 16319)
+++ build/mac/tweak_app_infoplist (working copy)
@@ -135,7 +135,6 @@
defaults write "${TMP_INFO_PLIST_DEFAULTS}" \
BreakpadVersion -string "${FULL_VERSION}"
defaults write "${TMP_INFO_PLIST_DEFAULTS}" BreakpadSendAndExit "YES"
- # TODO: remove/update this when we have first launch
defaults write "${TMP_INFO_PLIST_DEFAULTS}" BreakpadSkipConfirm "YES"
else
# Make sure the keys aren't there, || true to avoid errors if they aren't.
@@ -145,7 +144,6 @@
defaults delete "${TMP_INFO_PLIST_DEFAULTS}" BreakpadProductDisplay || true
defaults delete "${TMP_INFO_PLIST_DEFAULTS}" BreakpadVersion || true
defaults delete "${TMP_INFO_PLIST_DEFAULTS}" BreakpadSendAndExit || true
- # TODO: remove/update this when we have first launch
defaults delete "${TMP_INFO_PLIST_DEFAULTS}" BreakpadSkipConfirm || true
fi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698