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

Unified Diff: ash/system/palette/palette_tool_manager.h

Issue 2926703002: Remove VectorIconId references from the codebase (Closed)
Patch Set: estade comments Created 3 years, 6 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 | « no previous file | components/omnibox/browser/omnibox_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/palette/palette_tool_manager.h
diff --git a/ash/system/palette/palette_tool_manager.h b/ash/system/palette/palette_tool_manager.h
index e21addde94ecad2819cdc1825715ea455d76b735..001a34095980e4bc7e19904a2d77a9f93063f92d 100644
--- a/ash/system/palette/palette_tool_manager.h
+++ b/ash/system/palette/palette_tool_manager.h
@@ -82,8 +82,8 @@ class ASH_EXPORT PaletteToolManager : public PaletteTool::Delegate {
// Returns the active tool for the given group.
PaletteToolId GetActiveTool(PaletteGroup group);
- // Fetch the active tray icon for the given tool. Returns
- // gfx::VectorIconId::VECTOR_ICON_NONE if not available.
+ // Fetch the active tray icon for the given tool. Returns an empty icon if
+ // not available.
const gfx::VectorIcon& GetActiveTrayIcon(PaletteToolId tool_id) const;
// Create views for all of the registered tools.
« no previous file with comments | « no previous file | components/omnibox/browser/omnibox_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698