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

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

Issue 2921753002: NOT YET READY: Making chrome.windows.create establish an actual "opener" relationship.
Patch Set: Adding setSelfAsOpener parameter. Created 3 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
« no previous file with comments | « content/browser/frame_host/navigator.h ('k') | content/browser/frame_host/navigator_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_NAVIGATOR_IMPL_H_ 5 #ifndef CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_
6 #define CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_ 6 #define CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 bool is_same_document_history_load) override; 64 bool is_same_document_history_load) override;
65 bool NavigateNewChildFrame(RenderFrameHostImpl* render_frame_host, 65 bool NavigateNewChildFrame(RenderFrameHostImpl* render_frame_host,
66 const GURL& default_url) override; 66 const GURL& default_url) override;
67 void RequestOpenURL(RenderFrameHostImpl* render_frame_host, 67 void RequestOpenURL(RenderFrameHostImpl* render_frame_host,
68 const GURL& url, 68 const GURL& url,
69 bool uses_post, 69 bool uses_post,
70 const scoped_refptr<ResourceRequestBodyImpl>& body, 70 const scoped_refptr<ResourceRequestBodyImpl>& body,
71 const std::string& extra_headers, 71 const std::string& extra_headers,
72 const Referrer& referrer, 72 const Referrer& referrer,
73 WindowOpenDisposition disposition, 73 WindowOpenDisposition disposition,
74 bool force_new_process_for_new_contents,
75 bool should_replace_current_entry, 74 bool should_replace_current_entry,
76 bool user_gesture) override; 75 bool user_gesture) override;
77 void RequestTransferURL(RenderFrameHostImpl* render_frame_host, 76 void RequestTransferURL(RenderFrameHostImpl* render_frame_host,
78 const GURL& url, 77 const GURL& url,
79 SiteInstance* source_site_instance, 78 SiteInstance* source_site_instance,
80 const std::vector<GURL>& redirect_chain, 79 const std::vector<GURL>& redirect_chain,
81 const Referrer& referrer, 80 const Referrer& referrer,
82 ui::PageTransition page_transition, 81 ui::PageTransition page_transition,
83 const GlobalRequestID& transferred_global_request_id, 82 const GlobalRequestID& transferred_global_request_id,
84 bool should_replace_current_entry, 83 bool should_replace_current_entry,
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 NavigatorDelegate* delegate_; 160 NavigatorDelegate* delegate_;
162 161
163 std::unique_ptr<NavigatorImpl::NavigationMetricsData> navigation_data_; 162 std::unique_ptr<NavigatorImpl::NavigationMetricsData> navigation_data_;
164 163
165 DISALLOW_COPY_AND_ASSIGN(NavigatorImpl); 164 DISALLOW_COPY_AND_ASSIGN(NavigatorImpl);
166 }; 165 };
167 166
168 } // namespace content 167 } // namespace content
169 168
170 #endif // CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_ 169 #endif // CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/frame_host/navigator.h ('k') | content/browser/frame_host/navigator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698