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

Issue 14205026: views: Cleanup BrowserView function order and variable names (Closed)

Created:
7 years, 8 months ago by James Cook
Modified:
7 years, 8 months ago
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

views: Cleanup BrowserView function order and variable names Motivated by issues I had working in BrowserView and BrowserViewLayout: * Remove unnecessary virtual keyword and protected section, as this class has no subclasses. * Grouped overridden methods together. * Fixed function order in .cc file. * Renamed contents_container_ to contents_web_view_, as it is a WebView * Renamed contents_ to contents_container_, as it is a ContentsContainer BUG=232971 TEST=compiles, existing browser tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194999

Patch Set 1 #

Patch Set 2 : cleanup BrowserView #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -113 lines) Patch
M chrome/browser/ui/views/frame/browser_view.h View 1 2 7 chunks +37 lines, -40 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 22 chunks +72 lines, -71 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view_layout.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
James Cook
Ben, PTAL.
7 years, 8 months ago (2013-04-17 23:59:40 UTC) #1
Ben Goodger (Google)
Great thanks! LGTM
7 years, 8 months ago (2013-04-18 18:22:14 UTC) #2
James Cook
7 years, 8 months ago (2013-04-18 20:55:38 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r194999 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698