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

Issue 10825115: Clean up FullscreenController. (Closed)

Created:
8 years, 4 months ago by Robert Sesek
Modified:
8 years, 4 months ago
CC:
chromium-reviews, scheib+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Clean up FullscreenController. This change does three things: * Removes RefCoununted from the class. There's no visible reason for it to be. * Changes the constructor to only take one param, as the other two params can be derived from Browser. * Re-orders the methods in a logical way, and makes the implementation match the interface order. BUG=114373 TEST=No behavior changes. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149484

Patch Set 1 #

Patch Set 2 : WeakPtrFactory #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -303 lines) Patch
M chrome/browser/ui/browser.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/fullscreen/fullscreen_controller.h View 1 4 chunks +61 lines, -45 lines 2 comments Download
M chrome/browser/ui/fullscreen/fullscreen_controller.cc View 1 9 chunks +257 lines, -256 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Robert Sesek
8 years, 4 months ago (2012-08-01 14:56:46 UTC) #1
scheib
lgtm https://chromiumcodereview.appspot.com/10825115/diff/10002/chrome/browser/ui/fullscreen/fullscreen_controller.h File chrome/browser/ui/fullscreen/fullscreen_controller.h (right): https://chromiumcodereview.appspot.com/10825115/diff/10002/chrome/browser/ui/fullscreen/fullscreen_controller.h#newcode139 chrome/browser/ui/fullscreen/fullscreen_controller.h:139: // TODO(koz): Change |for_tab| to an enum. I ...
8 years, 4 months ago (2012-08-01 17:33:27 UTC) #2
Robert Sesek
Thanks! https://chromiumcodereview.appspot.com/10825115/diff/10002/chrome/browser/ui/fullscreen/fullscreen_controller.h File chrome/browser/ui/fullscreen/fullscreen_controller.h (right): https://chromiumcodereview.appspot.com/10825115/diff/10002/chrome/browser/ui/fullscreen/fullscreen_controller.h#newcode139 chrome/browser/ui/fullscreen/fullscreen_controller.h:139: // TODO(koz): Change |for_tab| to an enum. On ...
8 years, 4 months ago (2012-08-01 18:36:38 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsesek@chromium.org/10825115/10002
8 years, 4 months ago (2012-08-01 18:36:48 UTC) #4
commit-bot: I haz the power
Presubmit check for 10825115-10002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-01 18:36:57 UTC) #5
Robert Sesek
+ben for OWNERS
8 years, 4 months ago (2012-08-01 18:40:10 UTC) #6
Ben Goodger (Google)
nice cleanup. lgtm.
8 years, 4 months ago (2012-08-01 19:07:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsesek@chromium.org/10825115/10002
8 years, 4 months ago (2012-08-01 19:09:33 UTC) #8
commit-bot: I haz the power
8 years, 4 months ago (2012-08-01 20:32:35 UTC) #9
Change committed as 149484

Powered by Google App Engine
This is Rietveld 408576698