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

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

Issue 2926703002: Remove VectorIconId references from the codebase (Closed)
Patch Set: 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
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..a45d6a4b462bf6e1b3e3033485250a8bc2b2f0cc 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 gfx::kNoneIcon if
Evan Stade 2017/06/06 21:28:57 nit: returns an empty icon (not necessarily kNoneI
tdanderson 2017/06/07 15:55:55 Done.
+ // 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') | components/toolbar/toolbar_model_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698