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

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: Created 9 years 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 98b39e71e5f6a10e704d45420016891c1e186731..80fe7c6a5f8fcbd260cc3bb5d1d2d2cffa651ba2 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -2237,7 +2237,8 @@ void Browser::OpenSearchEngineOptionsDialog() {
#if defined(FILE_MANAGER_EXTENSION)
void Browser::OpenFileManager() {
UserMetrics::RecordAction(UserMetricsAction("OpenFileManager"));
- ShowSingletonTabRespectRef(GURL(chrome::kChromeUIFileManagerURL));
+ OpenURL(GURL(chrome::kChromeUIFileManagerURL), GURL(),
+ NEW_FOREGROUND_TAB, content::PAGE_TRANSITION_LINK);
dgozman 2011/12/06 13:22:27 Are you sure that PAGE_TRANSITION_LINK is the righ
Dmitry Zvorygin 2012/01/20 10:32:03 Sure.
}
#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