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

Issue 10803010: Upstream TabAndroid abstract class. (Closed)

Created:
8 years, 5 months ago by felipeg
Modified:
8 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
http://git.chromium.org/chromium/src.git@os_compat
Visibility:
Public.

Description

Upstream TabAndroid abstract class. Together with TabAndroid I am also upstreaming part of the chrome_web_contents_view_delegate_android.cc so that we can include tab_android.h and compile it. I am using the target "browser" to check that it compiles. BUG=136075, 137008 TEST=compiled with "make browser" Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147849

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 12

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Total comments: 6

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -11 lines) Patch
A chrome/browser/android/tab_android.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +77 lines, -0 lines 0 comments Download
A + chrome/browser/android/tab_android.cc View 1 2 3 4 1 chunk +4 lines, -5 lines 0 comments Download
A chrome/browser/android/tab_android_test_stubs.cc View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +39 lines, -0 lines 0 comments Download
M chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc View 1 2 3 4 5 1 chunk +35 lines, -6 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
felipeg
8 years, 5 months ago (2012-07-18 15:29:15 UTC) #1
Lei Zhang
Do you need to add tab_android* to the .gypi file? https://chromiumcodereview.appspot.com/10803010/diff/6001/chrome/browser/android/tab_android.h File chrome/browser/android/tab_android.h (right): https://chromiumcodereview.appspot.com/10803010/diff/6001/chrome/browser/android/tab_android.h#newcode13 ...
8 years, 5 months ago (2012-07-18 18:07:43 UTC) #2
felipeg
https://chromiumcodereview.appspot.com/10803010/diff/6001/chrome/browser/android/tab_android.h File chrome/browser/android/tab_android.h (right): https://chromiumcodereview.appspot.com/10803010/diff/6001/chrome/browser/android/tab_android.h#newcode13 chrome/browser/android/tab_android.h:13: #include "base/memory/ref_counted.h" On 2012/07/18 18:07:43, Lei Zhang wrote: > ...
8 years, 5 months ago (2012-07-19 10:15:36 UTC) #3
Lei Zhang
LGTM, with a nit below, and with a LG from someone from the Chrome Android ...
8 years, 5 months ago (2012-07-19 18:45:03 UTC) #4
felipeg
Hey Yaron or Jay, could you take a look at this change ? thanks https://chromiumcodereview.appspot.com/10803010/diff/6003/chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc ...
8 years, 5 months ago (2012-07-19 18:54:06 UTC) #5
Yaron
https://chromiumcodereview.appspot.com/10803010/diff/11001/chrome/browser/android/tab_android_stubs.cc File chrome/browser/android/tab_android_stubs.cc (right): https://chromiumcodereview.appspot.com/10803010/diff/11001/chrome/browser/android/tab_android_stubs.cc#newcode1 chrome/browser/android/tab_android_stubs.cc:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
8 years, 5 months ago (2012-07-19 22:21:28 UTC) #6
Yaron
https://chromiumcodereview.appspot.com/10803010/diff/11001/chrome/browser/android/tab_android.h File chrome/browser/android/tab_android.h (right): https://chromiumcodereview.appspot.com/10803010/diff/11001/chrome/browser/android/tab_android.h#newcode28 chrome/browser/android/tab_android.h:28: class TabAndroid : public content::NotificationObserver { This doesn't actually ...
8 years, 5 months ago (2012-07-19 22:24:56 UTC) #7
felipeg
Thanks Yaron, I am adding Ted to the review too. Ted, can you take a ...
8 years, 5 months ago (2012-07-20 09:39:09 UTC) #8
Yaron
lgtm mod nit. I'm fine with the TODO you added https://chromiumcodereview.appspot.com/10803010/diff/14001/chrome/browser/android/tab_android.h File chrome/browser/android/tab_android.h (right): https://chromiumcodereview.appspot.com/10803010/diff/14001/chrome/browser/android/tab_android.h#newcode37 ...
8 years, 5 months ago (2012-07-20 16:49:27 UTC) #9
Ted C
On 2012/07/20 09:39:09, felipeg1 wrote: > Thanks Yaron, > I am adding Ted to the ...
8 years, 5 months ago (2012-07-20 17:22:24 UTC) #10
Ted C
lgtm
8 years, 5 months ago (2012-07-20 17:23:11 UTC) #11
felipeg
Thanks guys, Landing now. https://chromiumcodereview.appspot.com/10803010/diff/14001/chrome/browser/android/tab_android.h File chrome/browser/android/tab_android.h (right): https://chromiumcodereview.appspot.com/10803010/diff/14001/chrome/browser/android/tab_android.h#newcode37 chrome/browser/android/tab_android.h:37: virtual browser_sync::SyncedTabDelegate* synced_tab_delegate() = 0; ...
8 years, 5 months ago (2012-07-23 12:19:59 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felipeg@chromium.org/10803010/16001
8 years, 5 months ago (2012-07-23 12:20:14 UTC) #13
commit-bot: I haz the power
8 years, 5 months ago (2012-07-23 13:34:43 UTC) #14
Change committed as 147849

Powered by Google App Engine
This is Rietveld 408576698