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

Issue 6028009: Move base/thread.h to base/threading, fix up callers to use the new location.... (Closed)

Created:
9 years, 11 months ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews, vrk (LEFT CHROMIUM), amit, annacc, stuartmorgan+watch_chromium.org, dhollowa, cbentzel+watch_chromium.org, nkostylev+cc_chromium.org, Alpha Left Google, Erik does not do reviews, jam, acolwell GONE FROM CHROMIUM, apatrick_chromium, darin-cc_chromium.org, garykac, brettw-cc_chromium.org, scherkus (not reviewing), tim (not reviewing), ddorwin+watch_chromium.org, Raghu Simha, ncarter (slow), Randy Smith (Not in Mondays), kinuko, pam+watch_chromium.org, awong, ceee-reviews_chromium.org, michaeln, sjl, Sergey Ulanov, idana, Aaron Boodman, dmac, rdsmith+dwatch_chromium.org, Paweł Hajdan Jr., davemoore+watch_chromium.org
Visibility:
Public.

Description

Move base/thread.h to base/threading, fix up callers to use the new location. TEST=it compiles BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70345

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -1794 lines) Patch
M app/x11_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/base.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M base/base.gypi View 1 chunk +6 lines, -6 lines 0 comments Download
M base/cancellation_flag_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/condition_variable_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/file_util_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/file_util_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/file_version_info_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/lazy_instance.h View 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop_proxy_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop_proxy_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/message_pump_glib_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/native_library_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/native_library_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/nss_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/platform_file_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/process_util_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/process_util_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/ref_counted.h View 1 chunk +1 line, -1 line 0 comments Download
M base/ref_counted.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/shared_memory_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/singleton.h View 1 chunk +1 line, -1 line 0 comments Download
M base/sys_info_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
D base/thread.h View 1 chunk +0 lines, -195 lines 0 comments Download
D base/thread.cc View 1 chunk +0 lines, -180 lines 0 comments Download
D base/thread_collision_warner.h View 1 chunk +0 lines, -243 lines 0 comments Download
D base/thread_collision_warner.cc View 1 chunk +0 lines, -64 lines 0 comments Download
D base/thread_collision_warner_unittest.cc View 1 chunk +0 lines, -385 lines 0 comments Download
D base/thread_restrictions.h View 1 chunk +0 lines, -100 lines 0 comments Download
D base/thread_restrictions.cc View 1 chunk +0 lines, -63 lines 0 comments Download
D base/thread_unittest.cc View 1 chunk +0 lines, -260 lines 0 comments Download
M base/threading/platform_thread_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/platform_thread_win.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/threading/thread.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/threading/thread.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/threading/thread_collision_warner.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + base/threading/thread_collision_warner.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + base/threading/thread_collision_warner_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/threading/thread_restrictions.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + base/threading/thread_restrictions.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/threading/thread_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/tools_sanity_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/tracked_objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/weak_ptr_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/win/registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/win/win_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M ceee/ie/broker/chrome_postman.h View 1 chunk +1 line, -1 line 0 comments Download
M ceee/ie/plugin/bho/executor_com_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/automation_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_about_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/browser_shutdown.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/browser_thread.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/child_process_launcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/boot_times_loader.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/system_info_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/google_update_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/camera.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/camera.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/user_image_screen.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/pulse_audio_mixer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/version_loader.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/crash_handler_host_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/debugger/devtools_http_protocol_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/debugger/devtools_remote_listen_socket_unittest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/device_orientation/provider_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/chrome_url_data_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/dom_ui_screenshot_source.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/downloads_dom_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/downloads_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/filebrowse_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/history2_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/history_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/mediaplayer_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/most_visited_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/new_tab_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/options/advanced_options_utils_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/options/import_data_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/options/options_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/shared_resources_data_source.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/slideshow_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/save_file_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/save_package.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/autoupdate_interceptor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/crx_installer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_protocols.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_rlz_module.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_updater.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_updater_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extensions_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/user_script_listener_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/user_script_master.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/external_protocol_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/file_path_watcher/file_path_watcher_inotify.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/file_system/file_system_dispatcher_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/gateway_data_provider_common.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/geolocation_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/geolocation_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/mock_location_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/network_location_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/wifi_data_provider_common.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_update.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gpu_process_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/dialogs_gtk.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/gtk/options/advanced_contents_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/icon_loader_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/icon_loader_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/importer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/profile_writer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/in_process_webkit/webkit_thread.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/io_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/jankometer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/jumplist_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/memory_details_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/memory_purger.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/histogram_synchronizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/connection_tester.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/predictor_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/ssl_config_service_manager_pref.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/url_request_mock_http_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/url_request_mock_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/desktop_notification_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/oom_priority_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugin_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_dialog_cloud_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_dialog_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_job_worker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/printer_query.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/process_info_snapshot_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/process_singleton_linux_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/process_singleton_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/database_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/rlz/rlz.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/search_terms_data.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_model_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_model_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/service/service_process_control.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sessions/base_session_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/session_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/shell_integration_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellcheck_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/engine/syncer_thread.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/database_model_worker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/http_bridge_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/ui_model_worker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/tab_contents/interstitial_page.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/browser_theme_pack.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_init.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/options/options_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/about_ipc_dialog.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/external_protocol_dialog.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/options/advanced_contents_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/shell_dialogs_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/visitedlink/visitedlink_master.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_applications/web_app.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_data_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/worker_host/worker_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/child_process.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/child_process.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_plugin_lib.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_version_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension_resource.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension_unpacker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/important_file_writer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/important_file_writer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/json_pref_store_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/url_fetcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/url_fetcher_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/worker_thread_ticker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/worker_thread_ticker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/default_plugin/plugin_install_job_monitor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/gpu/gpu_watchdog_thread.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/google_update_settings.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/profile_import/profile_import_thread.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/safe_browsing/scorer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy_backend.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/job_status_updater.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/printer_job_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/service_process.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/automation/automation_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/automation/window_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/interactive_ui/view_event_test_base.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/worker/nativewebworker_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/cfproxy_private.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/chrome_active_document.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/chrome_active_document.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/chrome_frame_automation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/crash_reporting/nt_loader_unittest.cc View 1 chunk +11 lines, -9 lines 0 comments Download
M chrome_frame/external_tab_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/metrics_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/test/urlmon_moniker_integration_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/urlmon_url_request.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/utils.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/vtable_patch_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/command_buffer_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_logging.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_sync_channel_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/listener/mediator_thread_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/audio_input_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/audio_input_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/audio_manager_base.h View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/fake_audio_input_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/linux/audio_manager_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M media/base/pipeline_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/decoder_base.h View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/tools/player_wtl/movie.h View 1 chunk +1 line, -1 line 0 comments Download
M media/tools/player_x11/player_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/directory_lister.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/keygen_handler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/listen_socket_unittest.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_change_notifier_linux.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/base/network_config_watcher_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/ssl_config_service_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/backend_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/disk_cache_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/disk_cache_test_base.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/stress_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_gssapi_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/multi_threaded_proxy_resolver.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config_service_linux_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config_service_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/sync_host_resolver_bridge_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/nss_ssl_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/test_server_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/crash_cache/crash_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/dump_cache/upgrade.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/hresolv/hresolv.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_file_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_unittest.h View 1 chunk +1 line, -1 line 0 comments Download
M o3d/import/cross/main_thread_archive_callback_client.h View 1 chunk +1 line, -1 line 0 comments Download
M o3d/import/cross/threaded_stream_processor.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/base/tracer.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/client_context.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/client_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromoting_host.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromoting_host_context.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromoting_host_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/simple_host_process.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_request_handler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_response_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_storage_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_update_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_url_request_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/blob_url_request_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webmediaplayer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/npapi/test/plugin_thread_async_call_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/simple_appcache_system.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_request_context.h View 2 chunks +5 lines, -5 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698