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

Unified Diff: chrome/browser/window_sizer_mac.mm

Issue 113910: Add BrowserView to the Linux build, it now compiles. This also includes a sma... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/window_sizer_mac.mm
===================================================================
--- chrome/browser/window_sizer_mac.mm (revision 16985)
+++ chrome/browser/window_sizer_mac.mm (working copy)
@@ -10,6 +10,8 @@
// opened windows.
const int WindowSizer::kWindowTilePixels = 22;
+namespace {
+
class DefaultMonitorInfoProvider : public WindowSizer::MonitorInfoProvider {
public:
DefaultMonitorInfoProvider() { }
@@ -58,6 +60,8 @@
DISALLOW_COPY_AND_ASSIGN(DefaultMonitorInfoProvider);
};
+} // namespace
+
// static
WindowSizer::MonitorInfoProvider*
WindowSizer::CreateDefaultMonitorInfoProvider() {
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698