DescriptionRefactor ClipboardRecentContent singleton creation.
Move the initialization of the ClipboardRecentContent from the component
to the embedder since embedder specific information is required
(only the application scheme currently, but more embedder
specific information will soon be required).
Add an helper method to create a ClipboadRecentContentIOS instance from
a C++ file (ClipboardRecentContentIOS is defined in an Objective-C++
header). The instance returned is fully initialized and can be registered
as the singleton instance.
BUG=517017
Committed: https://crrev.com/d369f9805ca82ca90b6b618b45ccc4af27d574a6
Cr-Commit-Position: refs/heads/master@{#342102}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address comment by jif #Messages
Total messages: 18 (7 generated)
|