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

Unified Diff: chrome/browser/toolbar_model.h

Issue 200009: Use system themes where possible in Omnibox, dropdown, and security info bubb... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/autocomplete/autocomplete_edit_view_win.cc ('k') | chrome/browser/toolbar_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/toolbar_model.h
===================================================================
--- chrome/browser/toolbar_model.h (revision 25340)
+++ chrome/browser/toolbar_model.h (working copy)
@@ -8,7 +8,6 @@
#include <string>
#include "base/basictypes.h"
-#include "third_party/skia/include/core/SkColor.h"
class NavigationController;
class NavigationEntry;
@@ -57,10 +56,10 @@
// Default value: NO_ICON.
virtual Icon GetIcon();
- // Sets the text and color of the text displayed in the info bubble that
- // appears when the user hovers the mouse over the icon.
+ // Sets the text displayed in the info bubble that appears when the user
+ // hovers the mouse over the icon.
// Default value: empty string.
- virtual void GetIconHoverText(std::wstring* text, SkColor* text_color);
+ virtual void GetIconHoverText(std::wstring* text);
// Sets |text| to contain the text that should be displayed on the right of
// the location bar, and |tooltip| to the tooltip text that should be shown
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit_view_win.cc ('k') | chrome/browser/toolbar_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698