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

Issue 316963002: Move branding information out of google_util (Closed)

Created:
6 years, 6 months ago by blundell
Modified:
6 years, 6 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, Ilya Sherman, jar+watch_chromium.org, asvitkine+watch_chromium.org, oshima+watch_chromium.org, grt+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Move branding information out of google_util google_util is intended for componentization, whereas the information of what the current brand is and whether a given brand is organic is inherently embedder-specific. This functionality is moved to a new google_brand namespace. BUG=373224 TBR=jochen Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275413

Patch Set 1 #

Patch Set 2 : More code moves #

Patch Set 3 : nit #

Total comments: 8

Patch Set 4 : Response to review #

Patch Set 5 : Rebase #

Patch Set 6 : Fix for Windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -338 lines) Patch
M chrome/browser/chrome_browser_field_trials_desktop.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/login_utils.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/updater/manifest_fetch_data.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/first_run/first_run.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A chrome/browser/google/google_brand.h View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/browser/google/google_brand.cc View 1 2 3 4 5 1 chunk +146 lines, -0 lines 0 comments Download
A + chrome/browser/google/google_brand_chromeos.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + chrome/browser/google/google_brand_chromeos.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/google/google_update_settings_unittest.cc View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/google/google_util.h View 1 2 3 chunks +1 line, -34 lines 0 comments Download
M chrome/browser/google/google_util.cc View 1 2 3 4 chunks +0 lines, -122 lines 0 comments Download
D chrome/browser/google/google_util_chromeos.h View 1 chunk +0 lines, -31 lines 0 comments Download
D chrome/browser/google/google_util_chromeos.cc View 1 chunk +0 lines, -85 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_service_client.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc View 1 2 3 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/rlz/rlz.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/rlz/rlz_unittest.cc View 1 2 3 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/search_engines/search_terms_data.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_test_util.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_unittest.cc View 1 2 3 4 5 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/signin/signin_promo.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/reset_profile_settings_handler.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/upgrade_detector_impl.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/installer/util/google_update_settings.h View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
blundell
6 years, 6 months ago (2014-06-04 16:22:11 UTC) #1
Peter Kasting
Everywhere you've added a google_brand.h #include, please verify that the existing google_util.h #include is still ...
6 years, 6 months ago (2014-06-04 20:32:15 UTC) #2
blundell
Thanks for the review, CL is much cleaner now! https://codereview.chromium.org/316963002/diff/40001/chrome/browser/google/google_brand.cc File chrome/browser/google/google_brand.cc (right): https://codereview.chromium.org/316963002/diff/40001/chrome/browser/google/google_brand.cc#newcode23 chrome/browser/google/google_brand.cc:23: ...
6 years, 6 months ago (2014-06-05 09:21:41 UTC) #3
blundell
TBR=jochen for //chrome changes outside of //chrome/browser/google
6 years, 6 months ago (2014-06-05 09:23:47 UTC) #4
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 6 months ago (2014-06-05 09:24:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/316963002/60001
6 years, 6 months ago (2014-06-05 09:29:17 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-06-05 10:05:42 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-05 10:09:36 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/10977) android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/192243) chromium_presubmit ...
6 years, 6 months ago (2014-06-05 10:09:37 UTC) #9
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 6 months ago (2014-06-05 14:13:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/316963002/80001
6 years, 6 months ago (2014-06-05 14:15:13 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_compile_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-05 18:40:48 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-05 20:08:37 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/16560)
6 years, 6 months ago (2014-06-05 20:08:39 UTC) #14
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 6 months ago (2014-06-05 20:25:30 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/316963002/80001
6 years, 6 months ago (2014-06-05 20:26:12 UTC) #16
jochen (gone - plz use gerrit)
lgtm
6 years, 6 months ago (2014-06-06 07:07:41 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_compile_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 08:02:44 UTC) #18
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 6 months ago (2014-06-06 08:13:32 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/316963002/100001
6 years, 6 months ago (2014-06-06 08:14:32 UTC) #20
commit-bot: I haz the power
6 years, 6 months ago (2014-06-06 11:41:32 UTC) #21
Message was sent while issue was closed.
Change committed as 275413

Powered by Google App Engine
This is Rietveld 408576698