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

Unified Diff: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.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: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
diff --git a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
index 3a4a114c65ebffadad84cedc9a35368103b1081e..49838845641e63991691504ceed903fb74fb8cbd 100644
--- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
+++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
@@ -134,6 +134,7 @@ class NativeAppWindowCocoa : public apps::NativeAppWindow,
virtual void HideWithApp() OVERRIDE;
// Calls setContent[Min|Max]Size with the current size constraints.
virtual void UpdateWindowMinMaxSize() OVERRIDE;
+ virtual void UpdateAppMenu() OVERRIDE;
// WebContentsObserver implementation.
virtual void RenderViewCreated(content::RenderViewHost* rvh) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698