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

Unified Diff: apps/ui/native_app_window.h

Issue 158643002: Add option to install an ephemeral app to the Windows jump list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added notimplemented Created 6 years, 10 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: apps/ui/native_app_window.h
diff --git a/apps/ui/native_app_window.h b/apps/ui/native_app_window.h
index dece2d915907425ed99c2e627273d734828a2c08..2e2811fa5829161f1f0f99325d536de5ef76b202 100644
--- a/apps/ui/native_app_window.h
+++ b/apps/ui/native_app_window.h
@@ -68,6 +68,10 @@ class NativeAppWindow : public ui::BaseWindow,
// size constraints.
virtual void UpdateWindowMinMaxSize() = 0;
+ // Updates custom entries for the context menu of the app's taskbar/dock/shelf
+ // icon.
+ virtual void UpdateAppMenu() = 0;
+
virtual ~NativeAppWindow() {}
};

Powered by Google App Engine
This is Rietveld 408576698