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

Side by Side Diff: content/shell/shell_content_browser_client.h

Issue 8346017: Move content_browser_client.h to public, and while at it, move (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed a file post merge. Created 9 years, 2 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/public/common/window_container_type.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #ifndef CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_ 5 #ifndef CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_
6 #define CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_ 6 #define CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "content/browser/content_browser_client.h" 13 #include "content/public/browser/content_browser_client.h"
14 14
15 #if defined(OS_WIN) 15 #if defined(OS_WIN)
16 #include "content/browser/tab_contents/tab_contents_view_win_delegate.h" 16 #include "content/browser/tab_contents/tab_contents_view_win_delegate.h"
17 #endif 17 #endif
18 18
19 namespace content { 19 namespace content {
20 20
21 class ShellBrowserMainParts; 21 class ShellBrowserMainParts;
22 22
23 class ShellContentBrowserClient : public ContentBrowserClient 23 class ShellContentBrowserClient : public ContentBrowserClient
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 const ViewHostMsg_CreateWindow_Params& params) OVERRIDE; 167 const ViewHostMsg_CreateWindow_Params& params) OVERRIDE;
168 #endif 168 #endif
169 169
170 private: 170 private:
171 ShellBrowserMainParts* shell_browser_main_parts_; 171 ShellBrowserMainParts* shell_browser_main_parts_;
172 }; 172 };
173 173
174 } // namespace content 174 } // namespace content
175 175
176 #endif // CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_ 176 #endif // CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_
OLDNEW
« no previous file with comments | « content/public/common/window_container_type.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698