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

Issue 1480183002: Deleted fullscreen virtual methods in BrowserWindow. (Closed)

Created:
5 years ago by Matt Giuca
Modified:
5 years ago
CC:
chrome-apps-syd-reviews_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Deleted fullscreen virtual methods in BrowserWindow. These methods are not actually used. Methods of identical names/types exist in ExclusiveAccessContext. BrowserView inherits both BrowserWindow and ExclusiveAccessContext and double-overrides this method. It is only virtual-dispatched through ExclusiveAccessContext, so the BrowserWindow virtual methods do not need to exist. Updated tests that were depending on this old interface. BUG=352425 Committed: https://crrev.com/9354355f3cad54c89e4d217a848e553d4de09cad Cr-Commit-Position: refs/heads/master@{#362926}

Patch Set 1 #

Patch Set 2 : Fix tests (the only thing that was depending on these methods of BrowserWindow). #

Patch Set 3 : Fixed browser_tests. #

Patch Set 4 : Fix Mac compile. #

Patch Set 5 : Another go at fixing Mac compile. #

Patch Set 6 : More Mac fixes. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -41 lines) Patch
M chrome/browser/extensions/extension_fullscreen_apitest.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_window.h View 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/browser/ui/cocoa/applescript/window_applescript.mm View 1 2 3 4 2 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/view_id_util_browsertest.mm View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc View 1 4 chunks +10 lines, -12 lines 1 comment Download
M chrome/test/base/test_browser_window.h View 1 1 chunk +0 lines, -7 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 34 (16 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1480183002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1480183002/1
5 years ago (2015-11-29 23:40:58 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/152293)
5 years ago (2015-11-29 23:49:37 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1480183002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1480183002/40001
5 years ago (2015-11-30 05:37:31 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/112871)
5 years ago (2015-11-30 05:48:24 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1480183002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1480183002/60001
5 years ago (2015-11-30 06:02:51 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/100395) ios_rel_device_ninja on ...
5 years ago (2015-11-30 06:04:43 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1480183002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1480183002/60001
5 years ago (2015-12-01 03:13:17 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/147837)
5 years ago (2015-12-01 03:40:34 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1480183002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1480183002/120001
5 years ago (2015-12-02 02:07:47 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/73924)
5 years ago (2015-12-02 02:24:40 UTC) #22
Matt Giuca
benwells: Please review changes in extension_fullscreen_apitest.cc. phajdan.jr: Please review changes in test_browser_window.h. msw: Please review ...
5 years ago (2015-12-02 03:00:58 UTC) #24
Paweł Hajdan Jr.
chrome/test LGTM
5 years ago (2015-12-02 09:27:31 UTC) #25
Matt Giuca
+pkasting for changes in chrome/browser/ui/* since msw is away.
5 years ago (2015-12-02 23:19:15 UTC) #27
Peter Kasting
LGTM https://codereview.chromium.org/1480183002/diff/120001/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc File chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc (right): https://codereview.chromium.org/1480183002/diff/120001/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc#newcode66 chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc:66: void ExitFullscreen() override; Also move the definitions of ...
5 years ago (2015-12-03 04:39:11 UTC) #28
benwells
lgtm, nice
5 years ago (2015-12-03 06:39:34 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1480183002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1480183002/120001
5 years ago (2015-12-03 06:43:35 UTC) #31
commit-bot: I haz the power
Committed patchset #6 (id:120001)
5 years ago (2015-12-03 07:24:56 UTC) #32
commit-bot: I haz the power
5 years ago (2015-12-03 07:25:51 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/9354355f3cad54c89e4d217a848e553d4de09cad
Cr-Commit-Position: refs/heads/master@{#362926}

Powered by Google App Engine
This is Rietveld 408576698