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

Unified Diff: content/common/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/frame_owner_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_owner_properties.h
diff --git a/content/common/frame_owner_properties.h b/content/common/frame_owner_properties.h
index b41b3a7180d6274d8ea2cda2d1097e3837012f5b..7773d406f640e144d0946bff3367e1bb4505edde 100644
--- a/content/common/frame_owner_properties.h
+++ b/content/common/frame_owner_properties.h
@@ -19,12 +19,8 @@ namespace content {
struct CONTENT_EXPORT FrameOwnerProperties {
FrameOwnerProperties();
FrameOwnerProperties(const FrameOwnerProperties& other);
- explicit FrameOwnerProperties(
- const blink::WebFrameOwnerProperties& web_frame_owner_properties);
~FrameOwnerProperties();
- blink::WebFrameOwnerProperties ToWebFrameOwnerProperties() const;
-
bool operator==(const FrameOwnerProperties& other) const;
bool operator!=(const FrameOwnerProperties& other) const {
return !(*this == other);
« no previous file with comments | « no previous file | content/common/frame_owner_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698