| Index: chrome/browser/resources/file_manager/js/file_manager_commands.js
|
| ===================================================================
|
| --- chrome/browser/resources/file_manager/js/file_manager_commands.js (revision 157524)
|
| +++ chrome/browser/resources/file_manager/js/file_manager_commands.js (working copy)
|
| @@ -121,8 +121,8 @@
|
| var root = CommandUtil.getCommandRoot(event, rootsList);
|
|
|
| if (root) {
|
| - chrome.tabs.create({url: chrome.extension.getURL('photo_import.html') +
|
| - '#' + PathUtil.getRootPath(root.fullPath)});
|
| + chrome.windows.create({url: chrome.extension.getURL('photo_import.html') +
|
| + '#' + PathUtil.getRootPath(root.fullPath), type: 'popup'});
|
| }
|
| },
|
| canExecute: function(event, rootsList) {
|
|
|