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

Issue 641683003: C++11 override style change for athena (Closed)

Created:
6 years, 2 months ago by oshima
Modified:
6 years, 2 months ago
Reviewers:
Jun Mukai, sadrul, dcheng
CC:
dcheng, chromium-apps-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, extensions-reviews_chromium.org, hashimoto+watch_chromium.org, jam, oshima+watch_chromium.org, stevenjb+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@master
Project:
chromium
Visibility:
Public.

Description

C++11 override style change for athena Add missing virtual dtor to a few classes. BUG=417463 R=mukai@chromium.org, sadrul@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/c01e405cdb1bbc1e6d50a0df95b170d29c87f652

Patch Set 1 #

Total comments: 2

Patch Set 2 : git cl format #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+670 lines, -737 lines) Patch
M athena/activity/activity_frame_view.h View 1 1 chunk +17 lines, -18 lines 0 comments Download
M athena/activity/activity_manager_impl.h View 1 chunk +8 lines, -8 lines 0 comments Download
M athena/activity/activity_widget_delegate.h View 1 chunk +8 lines, -8 lines 0 comments Download
M athena/content/app_activity.h View 1 1 chunk +20 lines, -21 lines 0 comments Download
M athena/content/app_activity_browsertest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M athena/content/app_activity_proxy.h View 1 chunk +18 lines, -18 lines 0 comments Download
M athena/content/app_activity_registry.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M athena/content/app_activity_unittest.cc View 1 2 4 chunks +22 lines, -30 lines 0 comments Download
M athena/content/app_registry_impl.cc View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M athena/content/chrome/web_activity_helpers_browsertest.cc View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M athena/content/content_activity_factory.h View 1 chunk +7 lines, -7 lines 0 comments Download
M athena/content/content_proxy.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M athena/content/content_proxy_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M athena/content/render_view_context_menu_impl.h View 1 2 chunks +13 lines, -14 lines 0 comments Download
M athena/content/web_activity.h View 1 1 chunk +22 lines, -23 lines 0 comments Download
M athena/content/web_activity.cc View 1 2 10 chunks +31 lines, -34 lines 0 comments Download
M athena/content/web_contents_view_delegate_factory_impl.cc View 1 2 3 chunks +8 lines, -9 lines 0 comments Download
M athena/env/athena_env_impl.cc View 1 2 9 chunks +31 lines, -39 lines 0 comments Download
M athena/env/athena_env_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M athena/extensions/athena_app_delegate_base.h View 1 1 chunk +13 lines, -14 lines 0 comments Download
M athena/extensions/athena_app_delegate_base.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M athena/extensions/athena_app_window_client_base.h View 1 chunk +2 lines, -2 lines 0 comments Download
M athena/extensions/athena_native_app_window_views.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/extensions/chrome/app_list_controller_delegate_athena.h View 1 1 chunk +29 lines, -30 lines 0 comments Download
M athena/extensions/chrome/athena_chrome_app_delegate.h View 1 1 chunk +10 lines, -12 lines 0 comments Download
M athena/extensions/chrome/athena_chrome_app_window_client.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M athena/extensions/chrome/athena_extension_install_ui.h View 1 1 chunk +8 lines, -9 lines 0 comments Download
M athena/extensions/chrome/athena_extension_install_ui.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M athena/extensions/chrome/chrome_search_controller_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M athena/extensions/chrome/extensions_delegate_impl.cc View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M athena/extensions/extension_app_model_builder.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M athena/extensions/public/extension_app_model_builder.h View 1 1 chunk +8 lines, -9 lines 0 comments Download
M athena/extensions/shell/athena_shell_app_delegate.h View 1 1 chunk +10 lines, -12 lines 0 comments Download
M athena/extensions/shell/athena_shell_app_window_client.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M athena/extensions/shell/athena_shell_scheme_classifier.h View 1 chunk +2 lines, -2 lines 0 comments Download
M athena/extensions/shell/extensions_delegate_impl.cc View 1 2 3 1 chunk +7 lines, -6 lines 0 comments Download
M athena/extensions/shell/shell_search_controller_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M athena/extensions/shell/url_search_provider.h View 1 chunk +4 lines, -4 lines 0 comments Download
M athena/extensions/shell/url_search_provider.cc View 1 2 3 chunks +24 lines, -28 lines 0 comments Download
M athena/extensions/test/test_extensions_delegate.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M athena/home/app_list_view_delegate.h View 1 1 chunk +29 lines, -30 lines 0 comments Download
M athena/home/athena_start_page_view.h View 1 2 chunks +9 lines, -11 lines 0 comments Download
M athena/home/athena_start_page_view.cc View 1 2 4 chunks +6 lines, -8 lines 0 comments Download
M athena/home/athena_start_page_view_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M athena/home/home_card_gesture_manager_unittest.cc View 1 2 chunks +6 lines, -7 lines 0 comments Download
M athena/home/home_card_impl.h View 1 2 chunks +15 lines, -18 lines 0 comments Download
M athena/home/home_card_impl.cc View 1 2 6 chunks +14 lines, -17 lines 0 comments Download
M athena/home/minimized_home.cc View 1 2 chunks +5 lines, -8 lines 0 comments Download
M athena/input/accelerator_manager_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/input/accelerator_manager_impl.cc View 1 2 6 chunks +14 lines, -16 lines 0 comments Download
M athena/input/accelerator_manager_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M athena/input/input_manager_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/input/input_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M athena/input/power_button_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/input/public/input_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/main/athena_content_client.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/main/athena_frame_view.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/main/athena_launcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M athena/main/athena_main.cc View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M athena/main/athena_renderer_pdf_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/main/athena_renderer_pdf_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M athena/main/athena_views_delegate.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M athena/resource_manager/delegate/resource_manager_delegate.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M athena/resource_manager/memory_pressure_notifier_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M athena/resource_manager/resource_manager_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M athena/resource_manager/resource_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M athena/screen/modal_window_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/screen/screen_accelerator_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/screen/screen_manager_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/screen/screen_manager_impl.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M athena/screen/screen_manager_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M athena/screen_lock/chrome/chrome_screen_lock_manager.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M athena/screen_lock/screen_lock_manager_base.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/system/background_controller.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M athena/system/network_selector.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M athena/system/orientation_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/system/shutdown_dialog.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M athena/system/shutdown_dialog.cc View 1 chunk +1 line, -1 line 0 comments Download
M athena/system/status_icon_container_view.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/system/status_icon_container_view.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M athena/system/system_ui_impl.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M athena/system/time_view.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/test/base/activity_lifetime_tracker.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M athena/test/base/athena_test_base.h View 1 chunk +3 lines, -3 lines 0 comments Download
M athena/test/base/athena_unittests.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M athena/test/base/sample_activity.h View 1 chunk +18 lines, -18 lines 0 comments Download
M athena/test/base/sample_activity_factory.h View 1 1 chunk +7 lines, -7 lines 0 comments Download
M athena/test/base/test_app_model_builder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M athena/test/base/test_resource_manager_delegate.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download
M athena/test/chrome/athena_app_browsertest.h View 2 chunks +2 lines, -2 lines 0 comments Download
M athena/test/chrome/athena_browsertest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M athena/util/drag_handle.cc View 1 chunk +1 line, -1 line 0 comments Download
M athena/util/drag_handle_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M athena/util/fill_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M athena/virtual_keyboard/virtual_keyboard_manager_impl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M athena/wm/bezel_controller.h View 3 chunks +3 lines, -3 lines 0 comments Download
M athena/wm/overview_toolbar.cc View 1 3 chunks +5 lines, -6 lines 0 comments Download
M athena/wm/split_view_controller.h View 1 2 2 chunks +12 lines, -13 lines 0 comments Download
M athena/wm/split_view_controller.cc View 1 2 3 chunks +5 lines, -8 lines 0 comments Download
M athena/wm/split_view_controller_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M athena/wm/title_drag_controller.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M athena/wm/window_list_provider_impl.h View 1 1 chunk +12 lines, -12 lines 0 comments Download
M athena/wm/window_list_provider_impl_unittest.cc View 1 2 1 chunk +3 lines, -8 lines 0 comments Download
M athena/wm/window_manager_impl.h View 1 2 chunks +20 lines, -20 lines 0 comments Download
M athena/wm/window_manager_impl.cc View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M athena/wm/window_manager_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M athena/wm/window_overview_mode.cc View 1 2 6 chunks +12 lines, -14 lines 0 comments Download
M chromeos/accelerometer/accelerometer_reader.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/dbus/update_engine_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller_observer.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
oshima
https://codereview.chromium.org/641683003/diff/1/athena/content/content_proxy.cc File athena/content/content_proxy.cc (left): https://codereview.chromium.org/641683003/diff/1/athena/content/content_proxy.cc#oldcode45 athena/content/content_proxy.cc:45: virtual ~ProxyImageData() { This turns out to be unnecessary. ...
6 years, 2 months ago (2014-10-23 19:07:31 UTC) #2
dcheng
Out of curiosity, how are you generating these patches? Or is this manual? https://codereview.chromium.org/641683003/diff/1/athena/wm/title_drag_controller.h File ...
6 years, 2 months ago (2014-10-23 19:11:42 UTC) #4
dcheng
Also, there's a tracking bug for this: https://crbug.com/417463
6 years, 2 months ago (2014-10-23 19:12:50 UTC) #5
oshima
On 2014/10/23 19:11:42, dcheng wrote: > Out of curiosity, how are you generating these patches? ...
6 years, 2 months ago (2014-10-23 19:20:19 UTC) #6
Jun Mukai
lgtm
6 years, 2 months ago (2014-10-23 21:12:22 UTC) #7
oshima
sadrul, I need your approval for ui/keyboard
6 years, 2 months ago (2014-10-24 11:04:15 UTC) #8
sadrul
LGTM
6 years, 2 months ago (2014-10-24 14:43:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/641683003/20001
6 years, 2 months ago (2014-10-24 14:45:54 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/27336) chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/19839)
6 years, 2 months ago (2014-10-24 14:52:32 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/641683003/60001
6 years, 2 months ago (2014-10-24 17:14:27 UTC) #16
commit-bot: I haz the power
Failed to apply patch for athena/extensions/shell/extensions_delegate_impl.cc: While running git apply --index -3 -p1; error: patch ...
6 years, 2 months ago (2014-10-24 18:03:50 UTC) #18
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/c01e405cdb1bbc1e6d50a0df95b170d29c87f652 Cr-Commit-Position: refs/heads/master@{#301170}
6 years, 2 months ago (2014-10-24 19:27:46 UTC) #20
oshima
6 years, 2 months ago (2014-10-24 19:27:50 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:80001) manually as
c01e405cdb1bbc1e6d50a0df95b170d29c87f652 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698