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

Side by Side Diff: content/shell/browser/minimal_shell.cc

Issue 23316003: [content shell] move browser process stuff into browser/ subdir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/shell/browser/minimal_shell.h ('k') | content/shell/browser/notify_done_forwarder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/shell/minimal_shell.h" 5 #include "content/shell/browser/minimal_shell.h"
6 6
7 #include "ui/aura/client/default_capture_client.h" 7 #include "ui/aura/client/default_capture_client.h"
8 #include "ui/aura/focus_manager.h" 8 #include "ui/aura/focus_manager.h"
9 #include "ui/aura/root_window.h" 9 #include "ui/aura/root_window.h"
10 #include "ui/aura/test/test_activation_client.h" 10 #include "ui/aura/test/test_activation_client.h"
11 #include "ui/views/corewm/compound_event_filter.h" 11 #include "ui/views/corewm/compound_event_filter.h"
12 #include "ui/views/corewm/input_method_event_filter.h" 12 #include "ui/views/corewm/input_method_event_filter.h"
13 13
14 namespace content { 14 namespace content {
15 15
(...skipping 29 matching lines...) Expand all
45 } 45 }
46 46
47 aura::Window* MinimalShell::GetDefaultParent( 47 aura::Window* MinimalShell::GetDefaultParent(
48 aura::Window* context, 48 aura::Window* context,
49 aura::Window* window, 49 aura::Window* window,
50 const gfx::Rect& bounds) { 50 const gfx::Rect& bounds) {
51 return root_window_.get(); 51 return root_window_.get();
52 } 52 }
53 53
54 } // namespace content 54 } // namespace content
OLDNEW
« no previous file with comments | « content/shell/browser/minimal_shell.h ('k') | content/shell/browser/notify_done_forwarder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698