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

Issue 316203003: Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper) (Closed)

Created:
6 years, 6 months ago by blundell
Modified:
6 years, 6 months ago
CC:
chromium-reviews, tim+watch_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, nkostylev+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, haitaol+watch_chromium.org, dominich, samarth+watch_chromium.org, jfweitz+watch_chromium.org, David Black, davemoore+watch_chromium.org, oshima+watch_chromium.org, kmadhusu+watch_chromium.org, stevenjb+watch_chromium.org, Jered, maniscalco+watch_chromium.org
Visibility:
Public.

Description

Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper) This CL moves GoogleURLTracker and associated friends to the Google component. It additionally moves strings that GoogleURLTrackerInfoBarDelegate into components_strings.grd (via google_strings.grdp). Dependencies of this code on google_util are temporarily punched through the embedder, as google_util will require more time to componentize. Once google_util is componentized, the indirection through the embedder will be removed. BUG=373209, 373222 TBR=thakis, cbentzel Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275743

Patch Set 1 #

Patch Set 2 : fix for iOS! #

Total comments: 4

Patch Set 3 : fix #

Patch Set 4 : Response to review #

Patch Set 5 : Rebaes #

Patch Set 6 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -1094 lines) Patch
M build/ios/grit_whitelist.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/browser/android/logo_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/tab_android.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/customization_wallpaper_downloader_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/chrome_google_url_tracker_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/google/chrome_google_url_tracker_client.cc View 1 2 2 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/google/google_profile_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/google/google_url_tracker.h View 1 chunk +0 lines, -195 lines 0 comments Download
D chrome/browser/google/google_url_tracker.cc View 1 chunk +0 lines, -407 lines 0 comments Download
M chrome/browser/google/google_url_tracker_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/google/google_url_tracker_infobar_delegate.h View 1 chunk +0 lines, -83 lines 0 comments Download
D chrome/browser/google/google_url_tracker_infobar_delegate.cc View 1 chunk +0 lines, -121 lines 0 comments Download
D chrome/browser/google/google_url_tracker_map_entry.h View 1 chunk +0 lines, -64 lines 0 comments Download
D chrome/browser/google/google_url_tracker_map_entry.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D chrome/browser/google/google_url_tracker_navigation_helper.h View 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/browser/google/google_url_tracker_navigation_helper.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/google/google_url_tracker_navigation_helper_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker_navigation_helper_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker_unittest.cc View 1 2 4 chunks +18 lines, -3 lines 0 comments Download
M chrome/browser/google/google_util.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/google/google_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/profile_resetter/profile_resetter.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/search/instant_unittest_base.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/search_engines/search_provider_install_data.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/search_terms_data.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service_test_util.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/infobars/auto_login_prompter.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_navigator.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/navigation_correction_tab_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/search/instant_extended_interactive_uitest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
A chrome/common/net/chrome_url_fixer_client.h View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A + chrome/common/net/chrome_url_fixer_client.cc View 1 2 3 4 1 chunk +3 lines, -6 lines 0 comments Download
M components/components_strings.grd View 1 chunk +1 line, -0 lines 0 comments Download
M components/google.gypi View 1 2 3 4 5 2 chunks +16 lines, -0 lines 0 comments Download
A + components/google/DEPS View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A components/google/core/browser/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
A + components/google/core/browser/google_url_tracker.h View 1 2 3 4 chunks +6 lines, -5 lines 0 comments Download
A + components/google/core/browser/google_url_tracker.cc View 1 2 3 4 5 3 chunks +5 lines, -12 lines 0 comments Download
M components/google/core/browser/google_url_tracker_client.h View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
A + components/google/core/browser/google_url_tracker_infobar_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/google/core/browser/google_url_tracker_infobar_delegate.cc View 2 chunks +6 lines, -7 lines 0 comments Download
A + components/google/core/browser/google_url_tracker_map_entry.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + components/google/core/browser/google_url_tracker_map_entry.cc View 1 chunk +2 lines, -3 lines 0 comments Download
A + components/google/core/browser/google_url_tracker_navigation_helper.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/google/core/browser/google_url_tracker_navigation_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
A components/google_strings.grdp View 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
blundell
6 years, 6 months ago (2014-06-05 16:57:59 UTC) #1
Peter Kasting
LGTM https://codereview.chromium.org/316203003/diff/20001/components/google/core/browser/google_url_tracker.h File components/google/core/browser/google_url_tracker.h (right): https://codereview.chromium.org/316203003/diff/20001/components/google/core/browser/google_url_tracker.h#newcode119 components/google/core/browser/google_url_tracker.h:119: GoogleURLTrackerClient* client() { return client_.get(); } Nit: I'd ...
6 years, 6 months ago (2014-06-06 18:05:40 UTC) #2
blundell
https://codereview.chromium.org/316203003/diff/20001/components/google/core/browser/google_url_tracker.h File components/google/core/browser/google_url_tracker.h (right): https://codereview.chromium.org/316203003/diff/20001/components/google/core/browser/google_url_tracker.h#newcode119 components/google/core/browser/google_url_tracker.h:119: GoogleURLTrackerClient* client() { return client_.get(); } On 2014/06/06 18:05:39, ...
6 years, 6 months ago (2014-06-06 18:49:03 UTC) #3
blundell
TBR=thakis for //chrome outside of //chrome/browser/google
6 years, 6 months ago (2014-06-06 18:49:40 UTC) #4
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 6 months ago (2014-06-06 18:50:00 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/316203003/60001
6 years, 6 months ago (2014-06-06 18:53:15 UTC) #6
blundell
TBR=cbentzel for +net in //components/google/DEPS
6 years, 6 months ago (2014-06-06 19:47:20 UTC) #7
blundell
The CQ bit was unchecked by blundell@chromium.org
6 years, 6 months ago (2014-06-06 19:47:39 UTC) #8
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 6 months ago (2014-06-06 19:53:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/316203003/80001
6 years, 6 months ago (2014-06-06 19:54:51 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 23:22:25 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 23:26:19 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/72299)
6 years, 6 months ago (2014-06-06 23:26:20 UTC) #13
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 6 months ago (2014-06-08 09:34:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/316203003/100001
6 years, 6 months ago (2014-06-08 09:35:36 UTC) #15
commit-bot: I haz the power
6 years, 6 months ago (2014-06-08 11:48:12 UTC) #16
Message was sent while issue was closed.
Change committed as 275743

Powered by Google App Engine
This is Rietveld 408576698