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

Unified Diff: chrome/browser/ui/views/frame/browser_view_layout.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/toolbar/wrench_menu_model.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view_layout.cc
diff --git a/chrome/browser/ui/views/frame/browser_view_layout.cc b/chrome/browser/ui/views/frame/browser_view_layout.cc
index 763836eb66df54f1834fea2d622eb8810afc4a1d..90cd90dbb8a5e430c917bc7ccf29c5463d36db5c 100644
--- a/chrome/browser/ui/views/frame/browser_view_layout.cc
+++ b/chrome/browser/ui/views/frame/browser_view_layout.cc
@@ -345,7 +345,7 @@ int BrowserViewLayout::LayoutTabStripRegion() {
views::Button* switcher_button = browser_view_->window_switcher_button_;
if (switcher_button) {
if (browser()->profile()->HasOffTheRecordProfile() &&
- browser::FindBrowserWithProfile(
+ chrome::FindBrowserWithProfile(
browser()->profile()->GetOriginalProfile(),
browser()->host_desktop_type()) != NULL) {
switcher_button->SetVisible(true);
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_menu_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698