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

Unified Diff: ash/system/tray/system_tray.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/system/tray/system_tray.h
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
index 7b1681d173389870ec884ad5990c5a62da4a9f47..afe6100f5659b64ebc526b67cba23fd69ce2888c 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -94,8 +94,8 @@ class ASH_EXPORT SystemTray : public internal::TrayBackgroundView,
// Temporarily hides/unhides the notification bubble.
void SetHideNotifications(bool hidden);
- // Returns true if the launcher should be forced visible when auto-hidden.
- bool ShouldShowLauncher() const;
+ // Returns true if the shelf should be forced visible when auto-hidden.
+ bool ShouldShowShelf() const;
// Returns true if there is a system bubble (already visible or in the process
// of being created).

Powered by Google App Engine
This is Rietveld 408576698