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

Side by Side Diff: content/public/browser/render_view_host.h

Issue 1888773003: Merge DragClientImpl into core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing file. Created 4 years, 8 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_PUBLIC_BROWSER_RENDER_VIEW_HOST_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_RENDER_VIEW_HOST_H_
6 #define CONTENT_PUBLIC_BROWSER_RENDER_VIEW_HOST_H_ 6 #define CONTENT_PUBLIC_BROWSER_RENDER_VIEW_HOST_H_
7 7
8 #include "base/callback_forward.h" 8 #include "base/callback_forward.h"
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "content/common/content_export.h" 10 #include "content/common/content_export.h"
11 #include "content/public/common/file_chooser_params.h" 11 #include "content/public/common/file_chooser_params.h"
12 #include "content/public/common/page_zoom.h" 12 #include "content/public/common/page_zoom.h"
13 #include "ipc/ipc_sender.h" 13 #include "ipc/ipc_sender.h"
14 #include "mojo/public/cpp/system/core.h" 14 #include "mojo/public/cpp/system/core.h"
15 #include "third_party/WebKit/public/web/WebDragOperation.h" 15 #include "third_party/WebKit/public/platform/WebDragOperation.h"
16 16
17 class GURL; 17 class GURL;
18 18
19 namespace base { 19 namespace base {
20 class FilePath; 20 class FilePath;
21 class Value; 21 class Value;
22 } 22 }
23 23
24 namespace blink { 24 namespace blink {
25 struct WebMediaPlayerAction; 25 struct WebMediaPlayerAction;
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 218
219 private: 219 private:
220 // This interface should only be implemented inside content. 220 // This interface should only be implemented inside content.
221 friend class RenderViewHostImpl; 221 friend class RenderViewHostImpl;
222 RenderViewHost() {} 222 RenderViewHost() {}
223 }; 223 };
224 224
225 } // namespace content 225 } // namespace content
226 226
227 #endif // CONTENT_PUBLIC_BROWSER_RENDER_VIEW_HOST_H_ 227 #endif // CONTENT_PUBLIC_BROWSER_RENDER_VIEW_HOST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698