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

Unified Diff: chrome/browser/ui/views/frame/browser_desktop_root_window_host_linux.h

Issue 11819008: Refactors building the system menu model into a common place (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk and fix windows build Created 7 years, 11 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/views/frame/browser_desktop_root_window_host_linux.h
diff --git a/chrome/browser/ui/views/frame/browser_desktop_root_window_host_linux.h b/chrome/browser/ui/views/frame/browser_desktop_root_window_host_linux.h
index 458b03293145d0de674dae664098091395e8ff58..3ec22a058e6503feb5bb2fc78815a9697f06328c 100644
--- a/chrome/browser/ui/views/frame/browser_desktop_root_window_host_linux.h
+++ b/chrome/browser/ui/views/frame/browser_desktop_root_window_host_linux.h
@@ -29,6 +29,7 @@ class BrowserDesktopRootWindowHostLinux
// Overridden from BrowserDesktopRootWindowHost:
virtual DesktopRootWindowHost* AsDesktopRootWindowHost() OVERRIDE;
virtual int GetMinimizeButtonOffset() const OVERRIDE;
+ virtual bool UsesNativeSystemMenu() const OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(BrowserDesktopRootWindowHostLinux);
};

Powered by Google App Engine
This is Rietveld 408576698