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

Issue 9515010: Chrome on Android : Begin removing references to themes. (Closed)

Created:
8 years, 9 months ago by Ted C
Modified:
8 years, 9 months ago
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, ncarter (slow), akalin, Raghu Simha, estade+watch_chromium.org, tim (not reviewing)
Visibility:
Public.

Description

Chrome on Android : Begin removing references to themes. Android will not in the forseeeable future be supporting themes, so this begins removing their support to get unit_tests linking upstream for android. BUG=113487 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126988

Patch Set 1 #

Total comments: 3

Patch Set 2 : Remove ntp resource cache into a separate CL and removed SyncPromoUI changes. #

Total comments: 10

Patch Set 3 : Resolve comments #

Patch Set 4 : Resolving the comment that I missed. #

Total comments: 1

Patch Set 5 : Add ENABLE_THEMES definition. More exclusions. #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -4 lines) Patch
M build/common.gypi View 1 2 3 4 5 4 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 1 2 3 4 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_mock.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_factory.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/prefs/prefs_tab_helper.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_ui.cc View 1 2 3 4 4 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Ted C
8 years, 9 months ago (2012-02-28 22:58:24 UTC) #1
Yaron
http://codereview.chromium.org/9515010/diff/1/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): http://codereview.chromium.org/9515010/diff/1/chrome/browser/prefs/browser_prefs.cc#newcode212 chrome/browser/prefs/browser_prefs.cc:212: SyncPromoUI::RegisterUserPrefs(user_prefs); I think this is merged in from Jesse's ...
8 years, 9 months ago (2012-02-29 00:02:17 UTC) #2
Ted C
8 years, 9 months ago (2012-03-01 02:34:47 UTC) #3
Ted C
Oh sorry, forgot to say what people should look at: erg:chrome/browser/profile atwilson:chrome/browser/sync ben:chrome/browser/ui/... Thanks
8 years, 9 months ago (2012-03-01 18:16:02 UTC) #4
Elliot Glaysher
http://codereview.chromium.org/9515010/diff/5001/chrome/browser/profiles/profile.cc File chrome/browser/profiles/profile.cc (right): http://codereview.chromium.org/9515010/diff/5001/chrome/browser/profiles/profile.cc#newcode131 chrome/browser/profiles/profile.cc:131: // Themes are not supported in android. This block ...
8 years, 9 months ago (2012-03-02 00:23:05 UTC) #5
Elliot Glaysher
+mirandac
8 years, 9 months ago (2012-03-05 23:26:43 UTC) #6
Elliot Glaysher
http://codereview.chromium.org/9515010/diff/5001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/9515010/diff/5001/chrome/browser/ui/browser.cc#newcode4413 chrome/browser/ui/browser.cc:4413: case chrome::NOTIFICATION_BROWSER_THEME_CHANGED: #ifdef this part out too http://codereview.chromium.org/9515010/diff/5001/chrome/browser/ui/webui/ntp/new_tab_ui.cc File ...
8 years, 9 months ago (2012-03-07 23:52:46 UTC) #7
Ted C
http://codereview.chromium.org/9515010/diff/5001/chrome/browser/profiles/profile.cc File chrome/browser/profiles/profile.cc (right): http://codereview.chromium.org/9515010/diff/5001/chrome/browser/profiles/profile.cc#newcode131 chrome/browser/profiles/profile.cc:131: // Themes are not supported in android. On 2012/03/02 ...
8 years, 9 months ago (2012-03-08 19:42:07 UTC) #8
Elliot Glaysher
lgtm
8 years, 9 months ago (2012-03-08 20:05:10 UTC) #9
Ben Goodger (Google)
http://codereview.chromium.org/9515010/diff/13012/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/9515010/diff/13012/chrome/browser/ui/browser.cc#newcode375 chrome/browser/ui/browser.cc:375: #if !defined(OS_ANDROID) akin to my comment in the other ...
8 years, 9 months ago (2012-03-08 23:33:48 UTC) #10
Ted C
On 2012/03/08 23:33:48, Ben Goodger (Google) wrote: > http://codereview.chromium.org/9515010/diff/13012/chrome/browser/ui/browser.cc > File chrome/browser/ui/browser.cc (right): > > ...
8 years, 9 months ago (2012-03-12 22:55:38 UTC) #11
Ben Goodger (Google)
lgtm
8 years, 9 months ago (2012-03-12 23:33:12 UTC) #12
Ted C
+akalin
8 years, 9 months ago (2012-03-14 16:47:46 UTC) #13
akalin
sync LGTM although you may want to edit the CL description -- sync_unit_tests should now ...
8 years, 9 months ago (2012-03-15 11:24:25 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedchoc@chromium.org/9515010/26001
8 years, 9 months ago (2012-03-15 17:22:14 UTC) #15
commit-bot: I haz the power
8 years, 9 months ago (2012-03-15 20:50:41 UTC) #16
Change committed as 126988

Powered by Google App Engine
This is Rietveld 408576698