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

Issue 151189: reenable RenderViewHostManager browertest, add DownloadsCompleteObserver (Closed)

Created:
11 years, 5 months ago by rafaelw
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

reenable RenderViewHostManager browertest, add DownloadsCompleteObserver to ui_test_utils. R=aa Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19811

Patch Set 1 #

Total comments: 4

Patch Set 2 : CR changes #

Patch Set 3 : oops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -4 lines) Patch
M chrome/browser/renderer_host/render_view_host_manager_browsertest.cc View 5 chunks +12 lines, -4 lines 0 comments Download
M chrome/test/ui_test_utils.h View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/test/ui_test_utils.cc View 1 3 chunks +99 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
rafaelw
11 years, 5 months ago (2009-07-02 01:40:59 UTC) #1
Aaron Boodman
lgtm nice addition to ui test utils http://codereview.chromium.org/151189/diff/1/3 File chrome/test/ui_test_utils.cc (right): http://codereview.chromium.org/151189/diff/1/3#newcode102 Line 102: class ...
11 years, 5 months ago (2009-07-02 01:51:53 UTC) #2
rafaelw
11 years, 5 months ago (2009-07-02 03:47:10 UTC) #3
http://codereview.chromium.org/151189/diff/1/3
File chrome/test/ui_test_utils.cc (right):

http://codereview.chromium.org/151189/diff/1/3#newcode102
Line 102: class DownloadsCompleteObserver : public DownloadManager::Observer,
On 2009/07/02 01:51:53, Aaron Boodman wrote:
> Do not follow the bad example of DOMOperationObserver: add a comment to this
> class. One thing it could include is usage example.

Done.

http://codereview.chromium.org/151189/diff/1/3#newcode134
Line 134: download_manager_->RemoveObserver(this);
On 2009/07/02 01:51:53, Aaron Boodman wrote:
> Looks like this can be done up above, when we realize that wait_count_ ==
> downloads_.size()? That m

Not done. But clarified with comments.

Powered by Google App Engine
This is Rietveld 408576698