diff options
author | milligan@google.com <milligan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 01:05:52 +0000 |
---|---|---|
committer | milligan@google.com <milligan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 01:05:52 +0000 |
commit | ff60095a0f1cfaeff5dc1933be9b63ee00ded1ec (patch) | |
tree | ff8ccc0f5467bd15b728b2cb48f9c073111655c5 /o3d/plugin/mac | |
parent | 319238fe46dd9ef15fc83e22007fb88fa3527785 (diff) | |
download | chromium_src-ff60095a0f1cfaeff5dc1933be9b63ee00ded1ec.zip chromium_src-ff60095a0f1cfaeff5dc1933be9b63ee00ded1ec.tar.gz chromium_src-ff60095a0f1cfaeff5dc1933be9b63ee00ded1ec.tar.bz2 |
Remove hardcoded breakpad URL from plist and instead
pass it in at build so that we can upload Debug and Release
crash dumps to the correct URLs respectively.
Review URL: http://codereview.chromium.org/6685006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/mac')
-rw-r--r-- | o3d/plugin/mac/Info.plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/o3d/plugin/mac/Info.plist b/o3d/plugin/mac/Info.plist index 9040d17..857c3c5 100644 --- a/o3d/plugin/mac/Info.plist +++ b/o3d/plugin/mac/Info.plist @@ -40,7 +40,6 @@ <string>@@@PluginName@@@</string> <key>O3DForceSoftwareRenderer</key> <false/> - <key>BreakpadInspectorLocation</key> <string>/Library/Internet Plug-Ins/@@@PluginNpapiFilename@@@.plugin/Contents/Resources/crash_inspector</string> <key>BreakpadReporterExeLocation</key> @@ -58,7 +57,6 @@ <key>BreakpadReportInterval</key> <string>3600</string> <key>BreakpadURL</key> - <string>https://clients2.google.com/cr/report</string> - + <string>@@@PluginBreakpadURL@@@</string> </dict> </plist> |