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

Issue 2839373003: struct UnloadedExtensionInfo -> enum UnloadedExtensionInfoReason (Closed)

Created:
3 years, 7 months ago by limasdf
Modified:
3 years, 7 months ago
Reviewers:
Devlin, sky, Dan Beam
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

struct UnloadedExtensionInfo -> enum UnloadedExtensionInfoReason We don't need to keep struct UnloadedExtensionInfo. So removing it and use enum UnloadedExtensionInfoReason instead. TEST=Everything runs smoothly BUG=715144 Review-Url: https://codereview.chromium.org/2839373003 Cr-Commit-Position: refs/heads/master@{#469065} Committed: https://chromium.googlesource.com/chromium/src/+/0deef20444dd64caa41f81b5175925d9a5bf3649

Patch Set 1 : Removing struct UnloadedExtensionInfo #

Patch Set 2 : UnloadedExtensionInfo::Reason -> UnloadedExtensionReason #

Patch Set 3 : using extensions::UnloadedExtensionInfo -> using extensions::UnloadedExtensionReason #

Patch Set 4 : UnloadedExtensionInfo::REASON -> UnloadedExtensionReason::REASON #

Patch Set 5 : git cl format #

Patch Set 6 : Rebase #

Total comments: 4

Patch Set 7 : Enum class #

Total comments: 3

Patch Set 8 : UnloadedExtensionReason::REASON_ -> UnloadedExtensionReason:: & git cl format #

Patch Set 9 : nit cleanup #

Patch Set 10 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+376 lines, -450 lines) Patch
M chrome/browser/apps/app_load_service.h View 1 2 3 4 2 chunks +6 lines, -12 lines 0 comments Download
M chrome/browser/apps/app_load_service.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/shortcuts_extensions_manager.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/autocomplete/shortcuts_extensions_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/shortcuts_provider_extension_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/background/background_application_list_model.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/background/background_application_list_model.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/background/background_application_list_model_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/background/background_contents_service.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/background/background_contents_service.cc View 1 2 3 4 5 6 7 3 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc View 1 2 3 4 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/service.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/service.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/file_system_provider/service_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/launcher_search_provider/launcher_search_provider_service.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/launcher_search_provider/launcher_search_provider_service.cc View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/note_taking_helper.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/note_taking_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/note_taking_helper_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_internal_extension_provider.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/content_settings/content_settings_internal_extension_provider.cc View 1 2 3 4 5 6 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/extensions/active_tab_permission_granter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/active_tab_permission_granter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/active_tab_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/activity_log.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/activity_log.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/debugger/debugger_api.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/image_writer_private/operation_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/image_writer_private/operation_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/log_private/log_private_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/omnibox/omnibox_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/omnibox/omnibox_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/platform_keys/verify_trust_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/platform_keys/verify_trust_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/settings_overrides/settings_overrides_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/spellcheck/spellcheck_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/spellcheck/spellcheck_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/streams_private/streams_private_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/streams_private/streams_private_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/system_indicator/system_indicator_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/tab_capture/tab_capture_registry.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/chrome_theme_url_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/component_loader_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/content_verifier_browsertest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_action_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_action_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_action_runner.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_action_runner.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_gcm_app_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_gcm_app_handler.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_keybinding_registry.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_keybinding_registry.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_protocols_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 3 4 3 chunks +6 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 6 7 12 chunks +14 lines, -16 lines 0 comments Download
M chrome/browser/extensions/extension_service_test_with_install.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service_test_with_install.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 4 5 6 7 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_storage_monitor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_storage_monitor.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_system_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_system_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_web_ui_override_registrar.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_web_ui_override_registrar.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/lazy_background_page_apitest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/menu_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/menu_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/menu_manager_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/plugin_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/plugin_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/renderer_initialization_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/shared_user_script_master.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/shared_user_script_master.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/tab_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/tab_helper.cc View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/extensions/tab_helper_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/test_extension_service.h View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/user_script_listener.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/user_script_listener.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/user_script_listener_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/notification_system_observer.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/notifications/notification_system_observer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/notification_system_observer_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/easy_unlock_app_manager_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/extension_api/tts_engine_extension_observer.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/speech/extension_api/tts_engine_extension_observer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/apps_helper.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/apps_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/extensions_helper.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/extensions_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/themes/theme_service.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_extension_app_updater.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_extension_app_updater.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/vpn_list_forwarder.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/vpn_list_forwarder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/extensions/extension_installed_bubble.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/location_bar/location_bar.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/browser_actions_bar_browsertest.cc View 1 2 3 4 5 6 7 4 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_model.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_model.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/font_settings_handler.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/font_settings_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/policy_ui_handler.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/policy_ui_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/font_handler.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/settings/font_handler.cc View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/uber/uber_ui.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/uber/uber_ui.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/api_resource_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/bluetooth/bluetooth_event_router.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/bluetooth/bluetooth_event_router.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/bluetooth/bluetooth_event_router_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/declarative/rules_registry_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/declarative/rules_registry_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/idle/idle_api_unittest.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -6 lines 0 comments Download
M extensions/browser/api/idle/idle_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/idle/idle_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/management/management_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/management/management_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/networking_config/networking_config_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/networking_config/networking_config_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/power/power_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/power/power_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/power/power_api_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/printer_provider/printer_provider_api.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/api/printer_provider/printer_provider_apitest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M extensions/browser/app_window/app_window.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/app_window/app_window.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/app_window/app_window_geometry_cache.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/app_window/app_window_geometry_cache.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/app_window/app_window_geometry_cache_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -3 lines 0 comments Download
M extensions/browser/content_verifier.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/content_verifier.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/declarative_user_script_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/declarative_user_script_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/event_router.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/event_router.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_host.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_registry.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_registry.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M extensions/browser/extension_registry_observer.h View 1 2 chunks +1 line, -2 lines 0 comments Download
M extensions/browser/extension_registry_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M extensions/browser/extension_system.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_user_script_loader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_user_script_loader.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/guest_view/mime_handler_view/mime_handler_stream_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/guest_view/mime_handler_view/mime_handler_stream_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/image_loader_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/info_map.h View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M extensions/browser/info_map.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/info_map_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/lazy_background_task_queue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/lazy_background_task_queue.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/mojo/keep_alive_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/mojo/keep_alive_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/mojo/keep_alive_impl_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/process_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/process_manager.cc View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M extensions/browser/runtime_data.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/runtime_data.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/runtime_data_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M extensions/browser/service_worker_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/service_worker_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/test_extension_registry_observer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/test_extension_registry_observer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/warning_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/warning_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/extension.h View 1 2 3 4 5 6 7 1 chunk +12 lines, -21 lines 0 comments Download
M extensions/common/extension.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M extensions/shell/browser/shell_extension_system.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/shell/browser/shell_extension_system.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M extensions/shell/test/shell_apitest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (15 generated)
limasdf
Hi, Devlin and Sky. Do you mind taking a look? Devlin: /extensions/* Sky: /chrome/* Sorry ...
3 years, 7 months ago (2017-04-29 10:44:47 UTC) #5
Devlin
Nice! Thanks for cleaning this up! https://codereview.chromium.org/2839373003/diff/100001/chrome/browser/content_settings/content_settings_internal_extension_provider.cc File chrome/browser/content_settings/content_settings_internal_extension_provider.cc (right): https://codereview.chromium.org/2839373003/diff/100001/chrome/browser/content_settings/content_settings_internal_extension_provider.cc#newcode27 chrome/browser/content_settings/content_settings_internal_extension_provider.cc:27: using extensions::UnloadedExtensionReason; I ...
3 years, 7 months ago (2017-05-01 14:08:58 UTC) #7
limasdf
Thanks for the review. I have checked every single file and they look good to ...
3 years, 7 months ago (2017-05-02 07:52:52 UTC) #11
Devlin
lgtm, this looks great! Thanks for the cleanup!! https://codereview.chromium.org/2839373003/diff/120001/extensions/common/extension.h File extensions/common/extension.h (right): https://codereview.chromium.org/2839373003/diff/120001/extensions/common/extension.h#newcode524 extensions/common/extension.h:524: REASON_UNDEFINED, ...
3 years, 7 months ago (2017-05-02 20:49:27 UTC) #12
sky
LGTM
3 years, 7 months ago (2017-05-03 03:25:23 UTC) #13
limasdf
Thanks for the review. https://codereview.chromium.org/2839373003/diff/120001/extensions/common/extension.h File extensions/common/extension.h (right): https://codereview.chromium.org/2839373003/diff/120001/extensions/common/extension.h#newcode524 extensions/common/extension.h:524: REASON_UNDEFINED, // Undefined state used ...
3 years, 7 months ago (2017-05-03 04:04:55 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2839373003/220001
3 years, 7 months ago (2017-05-03 04:05:26 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/426025)
3 years, 7 months ago (2017-05-03 04:19:03 UTC) #18
limasdf
Hi Dan, Would you take a look chrome/browser/ui/webui/options/* ? Changes are mechanical.
3 years, 7 months ago (2017-05-03 08:50:31 UTC) #20
Dan Beam
lgtm
3 years, 7 months ago (2017-05-03 18:16:36 UTC) #21
limasdf
thanks!
3 years, 7 months ago (2017-05-03 18:17:10 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2839373003/240001
3 years, 7 months ago (2017-05-03 18:18:05 UTC) #25
commit-bot: I haz the power
3 years, 7 months ago (2017-05-03 19:18:33 UTC) #28
Message was sent while issue was closed.
Committed patchset #10 (id:240001) as
https://chromium.googlesource.com/chromium/src/+/0deef20444dd64caa41f81b51759...

Powered by Google App Engine
This is Rietveld 408576698