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

Issue 9433044: Fix extensions compile issues for Android on sync_unit_tests. (Closed)

Created:
8 years, 10 months ago by David Trainor- moved to gerrit
Modified:
8 years, 10 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip+watch_chromium.org
Visibility:
Public.

Description

Fix extensions compile issues for Android on sync_unit_tests. Get sync_unit_tests compiling with the chrome_browser.gypi extensions files included. This required creating a stub for the ExtensionView for Android, but should be ok as there are platform specific stubs already. Still does not link, but progress. BUG=113487 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123358

Patch Set 1 #

Total comments: 4

Patch Set 2 : Tracked issue for default_height in a bug and put bug # here. #

Total comments: 9

Patch Set 3 : Fix old code presubmit warning, add DISALLOW_COPY_AND_ASSIGN for android stub. #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -7 lines) Patch
M chrome/browser/extensions/app_notification_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_host.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_infobar_delegate.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_warning_set.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_warning_set.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/process_map.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A chrome/browser/ui/android/extensions/extension_view_android.h View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/extensions/extension_view_android.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
John Grabowski
Overall LG; minor tweaks requested https://chromiumcodereview.appspot.com/9433044/diff/1/chrome/browser/extensions/extension_infobar_delegate.cc File chrome/browser/extensions/extension_infobar_delegate.cc (right): https://chromiumcodereview.appspot.com/9433044/diff/1/chrome/browser/extensions/extension_infobar_delegate.cc#newcode46 chrome/browser/extensions/extension_infobar_delegate.cc:46: // TODO(dtrainor): This is ...
8 years, 10 months ago (2012-02-22 18:34:49 UTC) #1
David Trainor- moved to gerrit
https://chromiumcodereview.appspot.com/9433044/diff/1/chrome/browser/extensions/extension_infobar_delegate.cc File chrome/browser/extensions/extension_infobar_delegate.cc (right): https://chromiumcodereview.appspot.com/9433044/diff/1/chrome/browser/extensions/extension_infobar_delegate.cc#newcode46 chrome/browser/extensions/extension_infobar_delegate.cc:46: // TODO(dtrainor): This is not used. Might need to ...
8 years, 10 months ago (2012-02-22 19:10:19 UTC) #2
David Trainor- moved to gerrit
8 years, 10 months ago (2012-02-22 19:29:36 UTC) #3
Yaron
lgtm with nits https://chromiumcodereview.appspot.com/9433044/diff/4001/chrome/browser/extensions/extension_host.h File chrome/browser/extensions/extension_host.h (right): https://chromiumcodereview.appspot.com/9433044/diff/4001/chrome/browser/extensions/extension_host.h#newcode63 chrome/browser/extensions/extension_host.h:63: typedef ExtensionViewAndroid PlatformExtensionView; Aaron: when I ...
8 years, 10 months ago (2012-02-22 19:34:24 UTC) #4
John Grabowski
LGTM from me as well
8 years, 10 months ago (2012-02-22 20:51:46 UTC) #5
David Trainor- moved to gerrit
https://chromiumcodereview.appspot.com/9433044/diff/4001/chrome/browser/ui/android/extensions/extension_view_android.h File chrome/browser/ui/android/extensions/extension_view_android.h (right): https://chromiumcodereview.appspot.com/9433044/diff/4001/chrome/browser/ui/android/extensions/extension_view_android.h#newcode15 chrome/browser/ui/android/extensions/extension_view_android.h:15: Browser* browser() const { return NULL; } On 2012/02/22 ...
8 years, 10 months ago (2012-02-22 21:31:32 UTC) #6
David Trainor- moved to gerrit
8 years, 10 months ago (2012-02-22 21:47:17 UTC) #7
asargent_no_longer_on_chrome
lgtm https://chromiumcodereview.appspot.com/9433044/diff/4001/chrome/browser/extensions/extension_warning_set.cc File chrome/browser/extensions/extension_warning_set.cc (right): https://chromiumcodereview.appspot.com/9433044/diff/4001/chrome/browser/extensions/extension_warning_set.cc#newcode114 chrome/browser/extensions/extension_warning_set.cc:114: for (iterator i = warnings_.begin(); i != warnings_.end();) ...
8 years, 10 months ago (2012-02-22 21:47:55 UTC) #8
David Trainor- moved to gerrit
https://chromiumcodereview.appspot.com/9433044/diff/4001/chrome/browser/extensions/extension_warning_set.cc File chrome/browser/extensions/extension_warning_set.cc (right): https://chromiumcodereview.appspot.com/9433044/diff/4001/chrome/browser/extensions/extension_warning_set.cc#newcode114 chrome/browser/extensions/extension_warning_set.cc:114: for (iterator i = warnings_.begin(); i != warnings_.end();) { ...
8 years, 10 months ago (2012-02-22 21:51:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtrainor@chromium.org/9433044/3002
8 years, 10 months ago (2012-02-23 01:12:40 UTC) #10
commit-bot: I haz the power
Presubmit check for 9433044-3002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-23 01:12:46 UTC) #11
David Trainor- moved to gerrit
Ben: Please look at chrome/browser/ui/android/extensions files. Need an owner review.
8 years, 10 months ago (2012-02-23 02:05:49 UTC) #12
Ben Goodger (Google)
lgtm
8 years, 10 months ago (2012-02-23 05:54:30 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtrainor@chromium.org/9433044/3002
8 years, 10 months ago (2012-02-23 18:06:30 UTC) #14
commit-bot: I haz the power
Can't apply patch for file chrome/chrome_browser.gypi. While running patch -p1 --forward --force; patching file chrome/chrome_browser.gypi ...
8 years, 10 months ago (2012-02-23 19:44:45 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtrainor@chromium.org/9433044/20001
8 years, 10 months ago (2012-02-23 20:55:33 UTC) #16
commit-bot: I haz the power
8 years, 10 months ago (2012-02-23 22:47:53 UTC) #17
Change committed as 123358

Powered by Google App Engine
This is Rietveld 408576698