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

Issue 2718273003: Change return type of Tab -navigationManager. (Closed)

Created:
3 years, 9 months ago by sdefresne
Modified:
3 years, 9 months ago
CC:
chromium-reviews, marq+watch_chromium.org, pkl (ping after 24h if needed), noyau+watch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change return type of Tab -navigationManager. Change Tab -navigationManager to return a web::NavigationManager and add a second method to get it as a web::NavigationManagerImpl called -navigationManagerImpl. Fixes calling code. BUG=620465 Review-Url: https://codereview.chromium.org/2718273003 Cr-Commit-Position: refs/heads/master@{#453793} Committed: https://chromium.googlesource.com/chromium/src/+/dd01aeec177167dc5bb0ff1fb60e5e53a07c0628

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix BrowserViewControllerTest unit tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -30 lines) Patch
M ios/chrome/browser/tabs/tab.h View 2 chunks +5 lines, -1 line 0 comments Download
M ios/chrome/browser/tabs/tab.mm View 8 chunks +16 lines, -14 lines 0 comments Download
M ios/chrome/browser/tabs/tab_model.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/tabs/tab_model_unittest.mm View 3 chunks +3 lines, -3 lines 0 comments Download
M ios/chrome/browser/tabs/tab_unittest.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/browser_view_controller.mm View 5 chunks +8 lines, -6 lines 0 comments Download
M ios/chrome/browser/ui/browser_view_controller_unittest.mm View 1 2 chunks +6 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 13 (9 generated)
sdefresne
Please both take a look.
3 years, 9 months ago (2017-02-28 19:48:03 UTC) #4
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/2718273003/diff/1/ios/chrome/browser/tabs/tab.mm File ios/chrome/browser/tabs/tab.mm (right): https://codereview.chromium.org/2718273003/diff/1/ios/chrome/browser/tabs/tab.mm#newcode877 ios/chrome/browser/tabs/tab.mm:877: return webStateImpl_ ? webStateImpl_->GetNavigationManager() : nullptr; You can ...
3 years, 9 months ago (2017-02-28 21:39:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2718273003/20001
3 years, 9 months ago (2017-03-01 01:33:51 UTC) #10
commit-bot: I haz the power
3 years, 9 months ago (2017-03-01 02:43:52 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/dd01aeec177167dc5bb0ff1fb60e...

Powered by Google App Engine
This is Rietveld 408576698