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

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

Issue 11587006: browser: Move two other functions from browser_finder.h into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « chrome/browser/ui/browser_finder.cc ('k') | chrome/browser/ui/startup/startup_browser_creator_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/extensions/application_launch.cc
diff --git a/chrome/browser/ui/extensions/application_launch.cc b/chrome/browser/ui/extensions/application_launch.cc
index a8b3aa28501dcaaf08d1b977c6e2686572390175..4549ed2191cb11bed597009c63c8a45f650e04ec 100644
--- a/chrome/browser/ui/extensions/application_launch.cc
+++ b/chrome/browser/ui/extensions/application_launch.cc
@@ -115,7 +115,7 @@ WebContents* OpenApplicationWindow(
// windows to be created. We instead attempt to reuse an existing Browser
// window.
if (win8::IsSingleWindowMetroMode()) {
- browser = browser::FindBrowserWithProfile(
+ browser = chrome::FindBrowserWithProfile(
profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
}
#endif
« no previous file with comments | « chrome/browser/ui/browser_finder.cc ('k') | chrome/browser/ui/startup/startup_browser_creator_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698