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

Unified Diff: ash/shelf/shelf_util.cc

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.cc
diff --git a/ash/shelf/shelf_util.cc b/ash/shelf/shelf_util.cc
index 77031d803ae050a17d099f6332ba5f60f713c21d..5e2f606624274da1a27112be7c647c5b9863ef93 100644
--- a/ash/shelf/shelf_util.cc
+++ b/ash/shelf/shelf_util.cc
@@ -31,7 +31,7 @@ LauncherID GetLauncherIDForWindow(aura::Window* window) {
return window->GetProperty(kLauncherID);
}
-void SetLauncherItemDetailsForWindow(aura::Window* window,
+void SetShelfItemDetailsForWindow(aura::Window* window,
const LauncherItemDetails& details) {
James Cook 2013/12/16 23:34:52 nit: indent
tfarina 2013/12/17 00:45:24 Done.
// |item_details| is owned by |window|.
LauncherItemDetails* item_details = new LauncherItemDetails(details);

Powered by Google App Engine
This is Rietveld 408576698