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

Unified Diff: chrome/browser/ui/cocoa/browser_window_factory_cocoa.mm

Issue 716463002: Revert "MacViews: Get chrome/browser/ui/views/frame to compile" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/browser_window_factory_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_factory_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_factory_cocoa.mm
deleted file mode 100644
index 8a6214a3fc9710bd6a9c9de6b4e240e8448051db..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/cocoa/browser_window_factory_cocoa.mm
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "base/basictypes.h"
-#include "chrome/browser/ui/cocoa/browser_window_controller.h"
-#include "chrome/browser/ui/browser.h"
-#include "chrome/browser/ui/browser_window.h"
-
-// Create the controller for the Browser, which handles loading the browser
-// window from the nib. The controller takes ownership of |browser|.
-// static
-BrowserWindow* BrowserWindow::CreateBrowserWindow(Browser* browser) {
- BrowserWindowController* controller =
- [[BrowserWindowController alloc] initWithBrowser:browser];
- return [controller browserWindow];
-}
-
-// static
-chrome::HostDesktopType BrowserWindow::AdjustHostDesktopType(
- chrome::HostDesktopType desktop_type) {
- return desktop_type;
-}
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_factory.mm ('k') | chrome/browser/ui/views/frame/browser_command_handler_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698