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 3073018: Merge 53841 - Cleanup: Remove pointless GetInsets() override. Simplify |cont... (Closed)

Created:
10 years, 4 months ago by Peter Kasting
Modified:
9 years, 7 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, Paweł Hajdan Jr., ben+cc_chromium.org
Visibility:
Public.

Description

Merge 53841 - Cleanup: Remove pointless GetInsets() override. Simplify |container_size_| to just be |container_width_|. Fix indenting/alignment, especially of function parameters. L"" -> std::wstring(). Don't handle assertion violations (style guide/simplicity). Reduce indenting via early-return or simpler-path-return. Streamline code where possible. Definition order should match declaration order. EXPECT_STREQ -> EXPECT_EQ. BUG=50107 TEST=none Review URL: http://codereview.chromium.org/3076001 TBR=pkasting@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54668

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -367 lines) Patch
M chrome/browser/views/browser_actions_container.h View 4 chunks +14 lines, -18 lines 0 comments Download
M chrome/browser/views/browser_actions_container.cc View 28 chunks +284 lines, -340 lines 0 comments Download
M chrome/browser/views/browser_actions_container_browsertest.cc View 4 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Peter Kasting
10 years, 4 months ago (2010-08-03 01:26:57 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698