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

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: Add missing include. Created 8 years, 5 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 ad88f6d90955d83e7979699c5074d846578afc0f..01a44b86c295104a363f26e9ef63cf59bdb101bc 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -971,6 +971,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