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

Unified Diff: chrome/browser/toolbar_model.h

Issue 193026: Merge 25494 - Use system themes where possible in Omnibox edit and dropdown; ... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/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
Index: chrome/browser/toolbar_model.h
===================================================================
--- chrome/browser/toolbar_model.h (revision 25504)
+++ 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
Property changes on: chrome\browser\toolbar_model.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /trunk/src/chrome/browser/toolbar_model.h:r25494
Merged /branches/chrome_webkit_merge_branch/chrome/browser/toolbar_model.h:r69-2775

Powered by Google App Engine
This is Rietveld 408576698