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

Issue 312943002: Remove unused param from search engine extension override helper function. (Closed)

Created:
6 years, 6 months ago by Finnur
Modified:
6 years, 6 months ago
Reviewers:
Devlin, sky
CC:
chromium-reviews, dbeam+watch-options_chromium.org, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org
Visibility:
Public.

Description

Remove unused param from search engine extension override helper function. BUG=None R=rdevlin.cronin@chromium.org, sky@chromium.org TBR=sky Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276343

Patch Set 1 #

Total comments: 1

Patch Set 2 : More functions #

Total comments: 5

Patch Set 3 : Address comments #

Patch Set 4 : EOL #

Patch Set 5 : Merged with head #

Patch Set 6 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -84 lines) Patch
M chrome/browser/extensions/settings_api_bubble_controller.cc View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/settings_api_helpers.h View 1 2 3 4 1 chunk +11 lines, -31 lines 0 comments Download
M chrome/browser/extensions/settings_api_helpers.cc View 1 2 3 4 5 2 chunks +16 lines, -39 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_message_bubble_view.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/settings_api_bubble_helper_views.cc View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Finnur
6 years, 6 months ago (2014-06-03 22:58:57 UTC) #1
Devlin
https://codereview.chromium.org/312943002/diff/1/chrome/browser/extensions/settings_api_helpers.h File chrome/browser/extensions/settings_api_helpers.h (right): https://codereview.chromium.org/312943002/diff/1/chrome/browser/extensions/settings_api_helpers.h#newcode36 chrome/browser/extensions/settings_api_helpers.h:36: std::vector<GURL>* startup_pages); it looks like these other ones (|home_page_url| ...
6 years, 6 months ago (2014-06-03 23:16:58 UTC) #2
Finnur
On 2014/06/03 23:16:58, Devlin wrote: > https://codereview.chromium.org/312943002/diff/1/chrome/browser/extensions/settings_api_helpers.h > File chrome/browser/extensions/settings_api_helpers.h (right): > > https://codereview.chromium.org/312943002/diff/1/chrome/browser/extensions/settings_api_helpers.h#newcode36 > ...
6 years, 6 months ago (2014-06-03 23:41:07 UTC) #3
Devlin
lgtm https://codereview.chromium.org/312943002/diff/20001/chrome/browser/extensions/settings_api_helpers.cc File chrome/browser/extensions/settings_api_helpers.cc (right): https://codereview.chromium.org/312943002/diff/20001/chrome/browser/extensions/settings_api_helpers.cc#newcode17 chrome/browser/extensions/settings_api_helpers.cc:17: // the SettingsOverride object, or NULL if no ...
6 years, 6 months ago (2014-06-03 23:55:11 UTC) #4
Finnur
All addressed. https://codereview.chromium.org/312943002/diff/20001/chrome/browser/extensions/settings_api_helpers.h File chrome/browser/extensions/settings_api_helpers.h (right): https://codereview.chromium.org/312943002/diff/20001/chrome/browser/extensions/settings_api_helpers.h#newcode18 chrome/browser/extensions/settings_api_helpers.h:18: const Extension* OverridesHomepage(content::BrowserContext* browser_context); Wow... that's weird. ...
6 years, 6 months ago (2014-06-04 00:13:09 UTC) #5
Finnur
The CQ bit was checked by finnur@chromium.org
6 years, 6 months ago (2014-06-04 00:13:17 UTC) #6
Finnur
The CQ bit was unchecked by finnur@chromium.org
6 years, 6 months ago (2014-06-04 00:13:18 UTC) #7
Devlin
https://codereview.chromium.org/312943002/diff/20001/chrome/browser/extensions/settings_api_helpers.h File chrome/browser/extensions/settings_api_helpers.h (right): https://codereview.chromium.org/312943002/diff/20001/chrome/browser/extensions/settings_api_helpers.h#newcode18 chrome/browser/extensions/settings_api_helpers.h:18: const Extension* OverridesHomepage(content::BrowserContext* browser_context); On 2014/06/04 00:13:09, Finnur wrote: ...
6 years, 6 months ago (2014-06-04 15:05:57 UTC) #8
Finnur
The CQ bit was checked by finnur@chromium.org
6 years, 6 months ago (2014-06-05 20:59:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/finnur@chromium.org/312943002/80001
6 years, 6 months ago (2014-06-05 21:01:54 UTC) #10
Finnur
The CQ bit was unchecked by finnur@chromium.org
6 years, 6 months ago (2014-06-05 21:52:33 UTC) #11
Finnur
TBR-ing Scott for OWNERS check in browser/ui. (minor cleanup)
6 years, 6 months ago (2014-06-10 11:37:05 UTC) #12
Finnur
The CQ bit was checked by finnur@chromium.org
6 years, 6 months ago (2014-06-10 11:37:13 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/finnur@chromium.org/312943002/100001
6 years, 6 months ago (2014-06-10 11:42:01 UTC) #14
sky
LGTM
6 years, 6 months ago (2014-06-10 16:11:43 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 19:10:57 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-10 19:48:06 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_clang_dbg/builds/150553)
6 years, 6 months ago (2014-06-10 19:48:06 UTC) #18
Finnur
The CQ bit was checked by finnur@chromium.org
6 years, 6 months ago (2014-06-11 11:06:31 UTC) #19
Finnur
The CQ bit was unchecked by finnur@chromium.org
6 years, 6 months ago (2014-06-11 11:06:39 UTC) #20
Finnur
The CQ bit was checked by finnur@chromium.org
6 years, 6 months ago (2014-06-11 11:06:42 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/finnur@chromium.org/312943002/100001
6 years, 6 months ago (2014-06-11 11:09:08 UTC) #22
Finnur
6 years, 6 months ago (2014-06-11 11:13:45 UTC) #23
Message was sent while issue was closed.
Committed patchset #6 manually as r276343 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698