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

Unified Diff: chrome/browser/ui/browser.cc

Issue 8819019: Fixed 'singleton' behavior of filebrowser (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed aurora compilation error. Created 8 years, 11 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: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 36961352d7a07c98bf8a879024ec66528fdaaa61..6ad4b430dc7e8f97f8e0ef5468592f7770b40efa 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -2327,7 +2327,8 @@ void Browser::OpenSearchEngineOptionsDialog() {
#if defined(FILE_MANAGER_EXTENSION)
void Browser::OpenFileManager() {
content::RecordAction(UserMetricsAction("OpenFileManager"));
- ShowSingletonTabRespectRef(GURL(chrome::kChromeUIFileManagerURL));
+ OpenURL(OpenURLParams(GURL(chrome::kChromeUIFileManagerURL), Referrer(),
+ NEW_FOREGROUND_TAB, content::PAGE_TRANSITION_LINK, false));
}
#endif
« 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