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

Unified Diff: chrome/browser/ui/ash/launcher/browser_status_monitor.h

Issue 152223002: Renames LauncherID, LauncherItem and LauncherItems... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OWNERS Created 6 years, 11 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/ui/ash/launcher/browser_status_monitor.h
diff --git a/chrome/browser/ui/ash/launcher/browser_status_monitor.h b/chrome/browser/ui/ash/launcher/browser_status_monitor.h
index ebdfb7f0794811d4b1160fe9588f2ecbfaecb6e7..dd73bc1553deb9a1381c55a436047fcb77997550 100644
--- a/chrome/browser/ui/ash/launcher/browser_status_monitor.h
+++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.h
@@ -130,8 +130,8 @@ class BrowserStatusMonitor : public aura::client::ActivationChangeObserver,
// Remove LocalWebContentsObserver for |contents|.
void RemoveWebContentsObserver(content::WebContents* contents);
- // Retruns the LauncherID for |contents|.
- ash::LauncherID GetLauncherIDForWebContents(content::WebContents* contents);
+ // Retruns the ShelfID for |contents|.
+ ash::ShelfID GetShelfIDForWebContents(content::WebContents* contents);
ChromeLauncherController* launcher_controller_;

Powered by Google App Engine
This is Rietveld 408576698