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

Unified Diff: ui/app_list/app_list_view_delegate.h

Issue 2341113003: Remove deprecation warning banner from App Launcher code. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « ui/app_list/app_list_constants.cc ('k') | ui/app_list/app_list_view_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_view_delegate.h
diff --git a/ui/app_list/app_list_view_delegate.h b/ui/app_list/app_list_view_delegate.h
index 37cfb007d8a71a325a1d9cc1046d2a93e27b91f3..4ba2d0396f457f836fb891475577b91c64a49766 100644
--- a/ui/app_list/app_list_view_delegate.h
+++ b/ui/app_list/app_list_view_delegate.h
@@ -153,21 +153,6 @@ class APP_LIST_EXPORT AppListViewDelegate {
// Adds/removes an observer for profile changes.
virtual void AddObserver(AppListViewDelegateObserver* observer) {}
virtual void RemoveObserver(AppListViewDelegateObserver* observer) {}
-
-#if !defined(OS_CHROMEOS)
- // Methods to retrieve properties of the message displayed on the app launcher
- // above the apps grid.
- virtual base::string16 GetMessageTitle() const;
- // Returns the message text (with the placeholder symbol removed).
- // |message_break| is set to the index where the placeholder was in the
- // string.
- virtual base::string16 GetMessageText(size_t* message_break) const;
- virtual base::string16 GetAppsShortcutName() const;
- virtual base::string16 GetLearnMoreText() const;
- virtual base::string16 GetLearnMoreLink() const;
- virtual gfx::ImageSkia* GetAppsIcon() const;
- virtual void OpenLearnMoreLink();
-#endif
};
} // namespace app_list
« no previous file with comments | « ui/app_list/app_list_constants.cc ('k') | ui/app_list/app_list_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698