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

Unified Diff: ash/shelf/shelf_util.h

Issue 115113006: Rename Launcher to Shelf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ShelfTestAPI Created 7 years 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/shelf/shelf_util.h
diff --git a/ash/shelf/shelf_util.h b/ash/shelf/shelf_util.h
index 6fb3d5efc138dd254e34b04fc330d6002c15cb7e..1f8bf0acb4eb49a93eb40438d7692f9c7eb5dc81 100644
--- a/ash/shelf/shelf_util.h
+++ b/ash/shelf/shelf_util.h
@@ -28,12 +28,12 @@ ASH_EXPORT void SetLauncherIDForWindow(LauncherID id, aura::Window* window);
ASH_EXPORT LauncherID GetLauncherIDForWindow(aura::Window* window);
// Sets LauncherItemDetails for |window|.
-ASH_EXPORT void SetLauncherItemDetailsForWindow(
+ASH_EXPORT void SetShelfItemDetailsForWindow(
James Cook 2013/12/16 23:34:52 nit: Maybe this one and the next one should both b
tfarina 2013/12/17 00:45:24 Done.
aura::Window* window,
const LauncherItemDetails& details);
// Clears LauncherItemDetails for |window|.
-// If |window| has a LauncherItem by SetLauncherItemDetailsForWindow(), it will
+// If |window| has a LauncherItem by SetShelfItemDetailsForWindow(), it will
// be removed.
ASH_EXPORT void ClearLauncherItemDetailsForWindow(aura::Window* window);

Powered by Google App Engine
This is Rietveld 408576698