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

Unified Diff: ios/chrome/browser/ios_chrome_main_parts.mm

Issue 2801813003: Omnibox - ClipboardRecentContent - Make Proper Singleton (Closed)
Patch Set: fix iOS 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 | « components/open_from_clipboard/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/ios_chrome_main_parts.mm
diff --git a/ios/chrome/browser/ios_chrome_main_parts.mm b/ios/chrome/browser/ios_chrome_main_parts.mm
index 1bc03fd859c72a22ccba906503e66d717baa801f..3079fe079be4c92d0c23e8a752863d74bfd35b32 100644
--- a/ios/chrome/browser/ios_chrome_main_parts.mm
+++ b/ios/chrome/browser/ios_chrome_main_parts.mm
@@ -151,8 +151,7 @@ void IOSChromeMainParts::PreMainMessageLoopRun() {
kDummyExtensionScheme);
// Ensure ClipboadRecentContentIOS is created.
- ClipboardRecentContent::SetInstance(
- CreateClipboardRecentContentIOS().release());
+ ClipboardRecentContent::SetInstance(CreateClipboardRecentContentIOS());
// Ensure that the browser state is initialized.
EnsureBrowserStateKeyedServiceFactoriesBuilt();
« no previous file with comments | « components/open_from_clipboard/clipboard_recent_content.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698