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

Side by Side Diff: content/renderer/frame_owner_properties.h

Issue 2688803004: Move usage of WebString methods into renderer for FrameOwnerProperties (Closed)
Patch Set: fix rebase Created 3 years, 10 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/renderer/BUILD.gn ('k') | content/renderer/frame_owner_properties.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CONTENT_RENDERER_FRAME_OWNER_PROPERTIES_H_
6 #define CONTENT_RENDERER_FRAME_OWNER_PROPERTIES_H_
7
8 #include "content/common/frame_owner_properties.h"
9 #include "third_party/WebKit/public/web/WebFrameOwnerProperties.h"
10
11 namespace content {
12
13 FrameOwnerProperties ConvertWebFrameOwnerPropertiesToFrameOwnerProperties(
14 const blink::WebFrameOwnerProperties& web_frame_owner_properties);
15
16 blink::WebFrameOwnerProperties
17 ConvertFrameOwnerPropertiesToWebFrameOwnerProperties(
18 const FrameOwnerProperties& frame_owner_properties);
19
20 } // namespace content
21
22 #endif // CONTENT_RENDERER_FRAME_OWNER_PROPERTIES_H_
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/frame_owner_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698