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

Issue 1786263002: Remove uses of ENABLE_CONFIGURATION_POLICY from src/chrome. (Closed)

Created:
4 years, 9 months ago by brettw
Modified:
4 years, 9 months ago
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, zea+watch_chromium.org, maxbogue+watch_chromium.org, plaree+watch_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove uses of ENABLE_CONFIGURATION_POLICY from src/chrome. This feature is always enabled for non-iOS, and iOS doesn't use src/chrome any more. The build flag to disable the feature doesn't work because it is untested and unmtained. This is a first step to removing other uses as well. BUG=594261 Committed: https://crrev.com/03e6196bfe54114abdeb714f14c4d9ba66752849 Cr-Commit-Position: refs/heads/master@{#381185}

Patch Set 1 #

Patch Set 2 : Fixes #

Patch Set 3 : Fix #

Total comments: 1

Patch Set 4 : sort #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -328 lines) Patch
M chrome/browser/android/signin/signin_manager_android.h View 3 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/android/signin/signin_manager_android.cc View 12 chunks +8 lines, -34 lines 0 comments Download
M chrome/browser/browser_process_impl.h View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 2 3 6 chunks +1 line, -20 lines 0 comments Download
M chrome/browser/browser_process_platform_part_base.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/browser_process_platform_part_base.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/chrome_extensions_api_client.cc View 3 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/extensions/api/storage/settings_apitest.cc View 8 chunks +12 lines, -30 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 3 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.h View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.cc View 5 chunks +1 line, -8 lines 0 comments Download
M chrome/browser/policy/profile_policy_connector.h View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/policy/profile_policy_connector_factory.cc View 5 chunks +4 lines, -16 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 4 chunks +3 lines, -10 lines 0 comments Download
M chrome/browser/prefs/chrome_pref_service_factory.cc View 3 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc View 7 chunks +5 lines, -16 lines 0 comments Download
M chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc View 5 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 6 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.h View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 7 chunks +6 lines, -15 lines 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 4 chunks +1 line, -8 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_browsertest.cc View 8 chunks +2 lines, -16 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter.h View 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter.cc View 1 6 chunks +2 lines, -12 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 3 chunks +2 lines, -7 lines 0 comments Download
M chrome/common/extensions/api/storage/storage_schema_manifest_handler.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/storage/storage_schema_manifest_handler.cc View 5 chunks +1 line, -10 lines 0 comments Download
M chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M chrome/test/base/testing_browser_process.h View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/base/testing_browser_process.cc View 5 chunks +1 line, -25 lines 0 comments Download
M chrome/test/base/testing_profile.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 4 chunks +6 lines, -17 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1786263002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1786263002/20001
4 years, 9 months ago (2016-03-11 23:07:20 UTC) #2
brettw
I'm trying to do this in parts, here are the src/chrome #defines only (since this ...
4 years, 9 months ago (2016-03-11 23:07:40 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/35135)
4 years, 9 months ago (2016-03-11 23:21:36 UTC) #6
brettw
Fix
4 years, 9 months ago (2016-03-11 23:25:25 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1786263002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1786263002/40001
4 years, 9 months ago (2016-03-11 23:25:55 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-12 00:24:35 UTC) #11
Mattias Nissler (ping if slow)
LGTM, but I ain't got no powers in this game anymore. Adding atwilson@ and bartfab@
4 years, 9 months ago (2016-03-14 08:58:11 UTC) #13
Mattias Nissler (ping if slow)
Oh, I assume the build changes to remove the flag will take place in a ...
4 years, 9 months ago (2016-03-14 08:58:48 UTC) #14
brettw
On 2016/03/14 08:58:48, Mattias (ping if no reply) wrote: > Oh, I assume the build ...
4 years, 9 months ago (2016-03-14 17:02:51 UTC) #15
brettw
Ping? Please try to let me know today if there are any concerns.
4 years, 9 months ago (2016-03-14 20:14:59 UTC) #16
Andrew T Wilson (Slow)
LGTM with one possible nit/suggestion https://codereview.chromium.org/1786263002/diff/40001/chrome/common/url_constants.cc File chrome/common/url_constants.cc (right): https://codereview.chromium.org/1786263002/diff/40001/chrome/common/url_constants.cc#newcode690 chrome/common/url_constants.cc:690: kChromeUIPolicyHost, Should this be ...
4 years, 9 months ago (2016-03-15 00:21:40 UTC) #17
brettw
sort
4 years, 9 months ago (2016-03-15 05:01:59 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1786263002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1786263002/60001
4 years, 9 months ago (2016-03-15 05:02:16 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-15 06:27:12 UTC) #22
commit-bot: I haz the power
4 years, 9 months ago (2016-03-15 06:28:31 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/03e6196bfe54114abdeb714f14c4d9ba66752849
Cr-Commit-Position: refs/heads/master@{#381185}

Powered by Google App Engine
This is Rietveld 408576698