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

Side by Side Diff: trunk/src/content/renderer/render_view_impl.h

Issue 16232014: Revert 203261 "split webkit/glue/webpreferences to common and re..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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_RENDERER_RENDER_VIEW_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 #include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h" 48 #include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h"
49 #include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h" 49 #include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h"
50 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" 50 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
51 #include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationType.h" 51 #include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationType.h"
52 #include "third_party/WebKit/Source/WebKit/chromium/public/WebNode.h" 52 #include "third_party/WebKit/Source/WebKit/chromium/public/WebNode.h"
53 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPageSerializerClie nt.h" 53 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPageSerializerClie nt.h"
54 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPageVisibilityStat e.h" 54 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPageVisibilityStat e.h"
55 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" 55 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h"
56 #include "third_party/WebKit/Source/WebKit/chromium/public/WebViewClient.h" 56 #include "third_party/WebKit/Source/WebKit/chromium/public/WebViewClient.h"
57 #include "ui/surface/transport_dib.h" 57 #include "ui/surface/transport_dib.h"
58 #include "webkit/common/webpreferences.h" 58 #include "webkit/glue/webpreferences.h"
59 #include "webkit/media/webmediaplayer_delegate.h"
60 #include "webkit/plugins/npapi/webplugin_page_delegate.h" 59 #include "webkit/plugins/npapi/webplugin_page_delegate.h"
61 #include "webkit/renderer/media/webmediaplayer_delegate.h" 60 #include "webkit/renderer/media/webmediaplayer_delegate.h"
62 61
63 #if defined(OS_ANDROID) 62 #if defined(OS_ANDROID)
64 #include "content/renderer/android/content_detector.h" 63 #include "content/renderer/android/content_detector.h"
65 #include "third_party/WebKit/Source/WebKit/chromium/public/WebContentDetectionRe sult.h" 64 #include "third_party/WebKit/Source/WebKit/chromium/public/WebContentDetectionRe sult.h"
66 #endif 65 #endif
67 66
68 #if defined(COMPILER_MSVC) 67 #if defined(COMPILER_MSVC)
69 // RenderViewImpl is a diamond-shaped hierarchy, with WebWidgetClient at the 68 // RenderViewImpl is a diamond-shaped hierarchy, with WebWidgetClient at the
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 // use the Observer interface to filter IPC messages and receive frame change 1549 // use the Observer interface to filter IPC messages and receive frame change
1551 // notifications. 1550 // notifications.
1552 // --------------------------------------------------------------------------- 1551 // ---------------------------------------------------------------------------
1553 1552
1554 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl); 1553 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl);
1555 }; 1554 };
1556 1555
1557 } // namespace content 1556 } // namespace content
1558 1557
1559 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 1558 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
OLDNEW
« no previous file with comments | « trunk/src/content/renderer/render_view_browsertest_mac.mm ('k') | trunk/src/content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698