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

Side by Side Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 1831173002: Scaffolding for Android implementation of PaymentRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo
Patch Set: thestig@ & esprehn@ comments 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 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 #ifndef CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_ 5 #ifndef CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_
6 #define CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_ 6 #define CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 26 matching lines...) Expand all
37 #include "content/public/browser/render_frame_host.h" 37 #include "content/public/browser/render_frame_host.h"
38 #include "content/public/common/javascript_message_type.h" 38 #include "content/public/common/javascript_message_type.h"
39 #include "net/http/http_response_headers.h" 39 #include "net/http/http_response_headers.h"
40 #include "third_party/WebKit/public/web/WebFrameOwnerProperties.h" 40 #include "third_party/WebKit/public/web/WebFrameOwnerProperties.h"
41 #include "third_party/WebKit/public/web/WebTextDirection.h" 41 #include "third_party/WebKit/public/web/WebTextDirection.h"
42 #include "third_party/WebKit/public/web/WebTreeScopeType.h" 42 #include "third_party/WebKit/public/web/WebTreeScopeType.h"
43 #include "ui/accessibility/ax_node_data.h" 43 #include "ui/accessibility/ax_node_data.h"
44 #include "ui/base/page_transition_types.h" 44 #include "ui/base/page_transition_types.h"
45 45
46 #if defined(OS_ANDROID) 46 #if defined(OS_ANDROID)
47 #include "content/browser/mojo/service_registry_android.h" 47 #include "content/public/browser/android/service_registry_android.h"
48 #endif 48 #endif
49 49
50 class GURL; 50 class GURL;
51 struct AccessibilityHostMsg_EventParams; 51 struct AccessibilityHostMsg_EventParams;
52 struct AccessibilityHostMsg_FindInPageResultParams; 52 struct AccessibilityHostMsg_FindInPageResultParams;
53 struct AccessibilityHostMsg_LocationChangeParams; 53 struct AccessibilityHostMsg_LocationChangeParams;
54 struct FrameHostMsg_DidFailProvisionalLoadWithError_Params; 54 struct FrameHostMsg_DidFailProvisionalLoadWithError_Params;
55 struct FrameHostMsg_OpenURL_Params; 55 struct FrameHostMsg_OpenURL_Params;
56 struct FrameMsg_TextTrackSettings_Params; 56 struct FrameMsg_TextTrackSettings_Params;
57 #if defined(OS_MACOSX) || defined(OS_ANDROID) 57 #if defined(OS_MACOSX) || defined(OS_ANDROID)
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 976
977 // NOTE: This must be the last member. 977 // NOTE: This must be the last member.
978 base::WeakPtrFactory<RenderFrameHostImpl> weak_ptr_factory_; 978 base::WeakPtrFactory<RenderFrameHostImpl> weak_ptr_factory_;
979 979
980 DISALLOW_COPY_AND_ASSIGN(RenderFrameHostImpl); 980 DISALLOW_COPY_AND_ASSIGN(RenderFrameHostImpl);
981 }; 981 };
982 982
983 } // namespace content 983 } // namespace content
984 984
985 #endif // CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_ 985 #endif // CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/android/service_registry_android_impl.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698