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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 8221027: Make views::Label and views::Link auto-color themselves to be readable over their background colo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
Index: chrome/browser/ui/views/frame/browser_view.cc
===================================================================
--- chrome/browser/ui/views/frame/browser_view.cc (revision 104959)
+++ chrome/browser/ui/views/frame/browser_view.cc (working copy)
@@ -952,12 +952,11 @@
#endif // No tricks are needed to get the right behavior on Linux.
}
-void BrowserView::ConfirmSetDefaultSearchProvider(
- TabContents* tab_contents,
- TemplateURL* template_url,
- TemplateURLService* template_url_service) {
+void BrowserView::ConfirmSetDefaultSearchProvider(TabContents* tab_contents,
+ TemplateURL* template_url,
+ Profile* profile) {
#if defined(OS_WIN) && !defined(USE_AURA)
- DefaultSearchView::Show(tab_contents, template_url, template_url_service);
+ DefaultSearchView::Show(tab_contents, template_url, profile);
#else
// TODO(levin): Implement for other platforms. Right now this is behind
// a command line flag which is off. http://crbug.com/38475
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.h ('k') | chrome/browser/ui/views/fullscreen_exit_bubble_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698