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

Unified Diff: chrome/browser/chromeos/login/new_user_view.cc

Issue 3479002: Default IDR_MENU_DROPARROW is unsuitable for us because it is too opaque.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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 | « app/resources/menu_droparrow_sharp.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/new_user_view.cc
===================================================================
--- chrome/browser/chromeos/login/new_user_view.cc (revision 60160)
+++ chrome/browser/chromeos/login/new_user_view.cc (working copy)
@@ -23,6 +23,7 @@
#include "chrome/browser/chromeos/cros/cros_library.h"
#include "chrome/browser/chromeos/login/helper.h"
#include "chrome/browser/chromeos/login/rounded_rect_painter.h"
+#include "grit/app_resources.h"
#include "grit/generated_resources.h"
#include "views/controls/button/native_button.h"
#include "views/controls/label.h"
@@ -135,6 +136,9 @@
language_switch_menu_.InitLanguageMenu();
languages_menubutton_ = new views::MenuButton(
NULL, std::wstring(), &language_switch_menu_, true);
+ languages_menubutton_->set_menu_marker(
+ ResourceBundle::GetSharedInstance().GetBitmapNamed(
+ IDR_MENU_DROPARROW_SHARP));
languages_menubutton_->SetFocusable(true);
AddChildView(languages_menubutton_);
« no previous file with comments | « app/resources/menu_droparrow_sharp.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698