Chromium Code Reviews| Index: components/open_from_clipboard/clipboard_recent_content_ios.h |
| diff --git a/components/open_from_clipboard/clipboard_recent_content_ios.h b/components/open_from_clipboard/clipboard_recent_content_ios.h |
| index 3ea32831378106a993d56ed8323be3906f759a6c..524715abfbb7e28310c861695e18d71b43c974eb 100644 |
| --- a/components/open_from_clipboard/clipboard_recent_content_ios.h |
| +++ b/components/open_from_clipboard/clipboard_recent_content_ios.h |
| @@ -37,11 +37,16 @@ class ClipboardRecentContentIOS : public ClipboardRecentContent { |
| // registered. |
| bool HasPasteboardChanged(base::TimeDelta uptime); |
| + // Get the current URL in the clipboard. If the cache is out of date, updates |
|
jif
2016/06/20 13:21:56
For consistency:
s/Get/Gets/
Olivier
2016/06/20 14:51:55
Done, thanks
|
| + // it. |
| + bool GetCurrentURLFromClipboard(GURL* url); |
| + |
| // Loads information from the user defaults about the latest pasteboard entry. |
| void LoadFromUserDefaults(); |
| // ClipboardRecentContent implementation. |
| bool GetRecentURLFromClipboard(GURL* url) const override; |
| + |
| base::TimeDelta GetClipboardContentAge() const override; |
| void SuppressClipboardContent() override; |
| void RecentURLDisplayed() override; |