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

Unified Diff: ios/chrome/browser/open_from_clipboard/create_clipboard_recent_content.mm

Issue 1288733002: Add hash to OFC pasteboard change detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved comment Created 5 years, 4 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 | « components/open_from_clipboard/fake_clipboard_recent_content.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/open_from_clipboard/create_clipboard_recent_content.mm
diff --git a/ios/chrome/browser/open_from_clipboard/create_clipboard_recent_content.mm b/ios/chrome/browser/open_from_clipboard/create_clipboard_recent_content.mm
index 3b55f8deb599cc6ff0d954a23fdaf33ce3988184..97467404309a1338b924401e42dee1c6bd814bfa 100644
--- a/ios/chrome/browser/open_from_clipboard/create_clipboard_recent_content.mm
+++ b/ios/chrome/browser/open_from_clipboard/create_clipboard_recent_content.mm
@@ -5,9 +5,11 @@
#include "ios/chrome/browser/open_from_clipboard/create_clipboard_recent_content.h"
#import "components/open_from_clipboard/clipboard_recent_content_ios.h"
+#include "ios/chrome/common/app_group/app_group_constants.h"
#include "ios/public/provider/chrome/browser/chrome_browser_provider.h"
scoped_ptr<ClipboardRecentContent> CreateClipboardRecentContentIOS() {
return make_scoped_ptr(new ClipboardRecentContentIOS(
- ios::GetChromeBrowserProvider()->GetChromeUIScheme()));
+ ios::GetChromeBrowserProvider()->GetChromeUIScheme(),
+ app_group::GetGroupUserDefaults()));
}
« no previous file with comments | « components/open_from_clipboard/fake_clipboard_recent_content.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698