Index: chrome/browser/resources/options/pack_extension_overlay.js |
=================================================================== |
--- chrome/browser/resources/options/pack_extension_overlay.js (revision 112957) |
+++ chrome/browser/resources/options/pack_extension_overlay.js (working copy) |
@@ -77,7 +77,7 @@ |
* @private |
*/ |
handleBrowsePrivateKey_: function(e) { |
- this.showFileDialog_('file', 'load', function(filePath) { |
+ this.showFileDialog_('file', 'pem', function(filePath) { |
$('extensionPrivateKey').value = filePath; |
}); |
}, |