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

Side by Side Diff: content/browser/web_contents/web_contents_impl.h

Issue 20003004: reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & allocator dep for components_unittests in shared_library2 Created 7 years, 5 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
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_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 5 #ifndef CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
6 #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 6 #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
(...skipping 13 matching lines...) Expand all
24 #include "content/public/browser/notification_observer.h" 24 #include "content/public/browser/notification_observer.h"
25 #include "content/public/browser/notification_registrar.h" 25 #include "content/public/browser/notification_registrar.h"
26 #include "content/public/browser/web_contents.h" 26 #include "content/public/browser/web_contents.h"
27 #include "content/public/common/renderer_preferences.h" 27 #include "content/public/common/renderer_preferences.h"
28 #include "content/public/common/three_d_api_types.h" 28 #include "content/public/common/three_d_api_types.h"
29 #include "net/base/load_states.h" 29 #include "net/base/load_states.h"
30 #include "third_party/WebKit/public/web/WebDragOperation.h" 30 #include "third_party/WebKit/public/web/WebDragOperation.h"
31 #include "ui/gfx/rect_f.h" 31 #include "ui/gfx/rect_f.h"
32 #include "ui/gfx/size.h" 32 #include "ui/gfx/size.h"
33 #include "ui/gfx/vector2d.h" 33 #include "ui/gfx/vector2d.h"
34 #include "webkit/glue/resource_type.h" 34 #include "webkit/common/resource_type.h"
35 35
36 struct BrowserPluginHostMsg_ResizeGuest_Params; 36 struct BrowserPluginHostMsg_ResizeGuest_Params;
37 struct ViewHostMsg_DateTimeDialogValue_Params; 37 struct ViewHostMsg_DateTimeDialogValue_Params;
38 struct ViewMsg_PostMessage_Params; 38 struct ViewMsg_PostMessage_Params;
39 39
40 namespace content { 40 namespace content {
41 class BrowserPluginEmbedder; 41 class BrowserPluginEmbedder;
42 class BrowserPluginGuest; 42 class BrowserPluginGuest;
43 class BrowserPluginGuestManager; 43 class BrowserPluginGuestManager;
44 class ColorChooser; 44 class ColorChooser;
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 // Maps the ids of pending image downloads to their callbacks 962 // Maps the ids of pending image downloads to their callbacks
963 typedef std::map<int, ImageDownloadCallback> ImageDownloadMap; 963 typedef std::map<int, ImageDownloadCallback> ImageDownloadMap;
964 ImageDownloadMap image_download_map_; 964 ImageDownloadMap image_download_map_;
965 965
966 DISALLOW_COPY_AND_ASSIGN(WebContentsImpl); 966 DISALLOW_COPY_AND_ASSIGN(WebContentsImpl);
967 }; 967 };
968 968
969 } // namespace content 969 } // namespace content
970 970
971 #endif // CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 971 #endif // CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/ssl/ssl_request_info.h ('k') | content/browser/worker_host/worker_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698