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

Unified Diff: third_party/WebKit/Source/modules/document_metadata/CopylessPasteExtractor.h

Issue 2803873002: return pointer (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/document_metadata/CopylessPasteExtractor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/document_metadata/CopylessPasteExtractor.h
diff --git a/third_party/WebKit/Source/modules/document_metadata/CopylessPasteExtractor.h b/third_party/WebKit/Source/modules/document_metadata/CopylessPasteExtractor.h
index b964c3363ff1bd09c78f798b283cc95fc8ca4ff9..67b6627d84f69bea7b4d590449c00cc61977044f 100644
--- a/third_party/WebKit/Source/modules/document_metadata/CopylessPasteExtractor.h
+++ b/third_party/WebKit/Source/modules/document_metadata/CopylessPasteExtractor.h
@@ -17,7 +17,7 @@ class Document;
// has finished parsing.
class MODULES_EXPORT CopylessPasteExtractor final {
public:
- static bool extract(const Document&, mojom::blink::WebPage&);
+ static mojom::blink::WebPagePtr extract(const Document&);
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/document_metadata/CopylessPasteExtractor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698