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

Side by Side Diff: chrome/browser/ui/views/frame/browser_desktop_window_tree_host_ozone.cc

Issue 2478323003: Ozone Linux: Fix linker errors in interactive_ui_tests (Closed)
Patch Set: Fix up macros Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/test/base/interactive_ui_tests_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "base/logging.h"
6 #include "chrome/browser/ui/views/frame/browser_desktop_window_tree_host.h"
7
8 ////////////////////////////////////////////////////////////////////////////////
9 // BrowserDesktopWindowTreeHost, public:
10
11 // static
12 BrowserDesktopWindowTreeHost*
13 BrowserDesktopWindowTreeHost::CreateBrowserDesktopWindowTreeHost(
14 views::internal::NativeWidgetDelegate* native_widget_delegate,
15 views::DesktopNativeWidgetAura* desktop_native_widget_aura,
16 BrowserView* browser_view,
17 BrowserFrame* browser_frame) {
18 NOTREACHED();
19 return nullptr;
20 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/test/base/interactive_ui_tests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698