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

Unified Diff: chrome/chrome_browser.gypi

Issue 10546083: Convert ProtocolHandlerRegistry to be a ProfileKeyedService. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update ProtocolHandlerRegistry to be a ProfileKeyedService in lieu of a refcounted pointer. Created 8 years, 6 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 7f8cc6abc555906858dd826e643fb5229d1c3d31..5864c96c4047ab63ee34090dd4867afb03fb0e16 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -934,6 +934,8 @@
'browser/crash_upload_list_win.h',
'browser/custom_handlers/protocol_handler_registry.cc',
'browser/custom_handlers/protocol_handler_registry.h',
+ 'browser/custom_handlers/protocol_handler_registry_factory.cc',
+ 'browser/custom_handlers/protocol_handler_registry_factory.h',
'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc',
'browser/custom_handlers/register_protocol_handler_infobar_delegate.h',
'browser/custom_home_pages_table_model.cc',

Powered by Google App Engine
This is Rietveld 408576698