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

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

Issue 2039253002: Removing ash::Shelf::shelf_model() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher_controller_shelf_model_2
Patch Set: Another rebase. Created 4 years, 6 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 | « ash/shelf/shelf.cc ('k') | chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/launcher/extension_launcher_context_menu.h
diff --git a/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.h b/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.h
index 00c4869cc785df9652b3816813fd7618c91aeaaa..b03456d46ce8dfd5589fe39b993906e642bef218 100644
--- a/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.h
+++ b/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.h
@@ -15,7 +15,6 @@ class ChromeLauncherController;
namespace ash {
class Shelf;
struct ShelfItem;
-class ShelfModel;
}
namespace extensions {
@@ -42,7 +41,6 @@ class ExtensionLauncherContextMenu : public LauncherContextMenu {
void Init();
std::unique_ptr<extensions::ContextMenuMatcher> extension_items_;
- ash::ShelfModel* shelf_model_;
DISALLOW_COPY_AND_ASSIGN(ExtensionLauncherContextMenu);
};
« no previous file with comments | « ash/shelf/shelf.cc ('k') | chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698