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

Issue 14813039: Retire the Enterprise Web Store policies. (Closed)

Created:
7 years, 7 months ago by Mattias Nissler (ping if slow)
Modified:
7 years, 6 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, Aaron Boodman, arv+watch_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Retire the Enterprise Web Store policies. EnterpriseWebStoreName and EnterpriseWebStoreURL were an attempt at supporting organization-specific app collections. There are now better ways to do this that don't require invasive Chrome changes, so retire the two policies. BUG=chromium:178938, chromium:240648 TEST=Still compiles and passes tests. TBR=jochen@chromium.org, estade@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202579

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix nits. #

Total comments: 4

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -182 lines) Patch
M chrome/app/policy/policy_templates.json View 1 2 3 chunks +6 lines, -14 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/component_loader.h View 1 4 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 6 chunks +1 line, -60 lines 0 comments Download
M chrome/browser/extensions/component_loader_unittest.cc View 2 chunks +0 lines, -35 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
D chrome/browser/resources/enterprise_webstore_app/manifest.json View 1 chunk +0 lines, -17 lines 0 comments Download
M chrome/browser/ui/webui/options/preferences_browsertest.cc View 1 2 2 chunks +1 line, -14 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/test/data/policy/policy_test_cases.json View 1 2 1 chunk +2 lines, -10 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Mattias Nissler (ping if slow)
7 years, 7 months ago (2013-05-15 17:16:28 UTC) #1
Joao da Silva
lgtm https://codereview.chromium.org/14813039/diff/1/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/14813039/diff/1/chrome/browser/extensions/component_loader.cc#newcode12 chrome/browser/extensions/component_loader.cc:12: #include "base/prefs/pref_notifier.h" nit: these 2 are not used ...
7 years, 7 months ago (2013-05-16 08:27:34 UTC) #2
Mattias Nissler (ping if slow)
https://codereview.chromium.org/14813039/diff/1/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/14813039/diff/1/chrome/browser/extensions/component_loader.cc#newcode12 chrome/browser/extensions/component_loader.cc:12: #include "base/prefs/pref_notifier.h" On 2013/05/16 08:27:35, Joao da Silva wrote: ...
7 years, 7 months ago (2013-05-16 12:08:21 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnissler@chromium.org/14813039/10001
7 years, 7 months ago (2013-05-16 12:09:03 UTC) #4
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=3273
7 years, 7 months ago (2013-05-16 12:20:46 UTC) #5
Mattias Nissler (ping if slow)
+jyasskin for chrome/browser/extensions/OWNERShip.
7 years, 7 months ago (2013-05-16 14:08:57 UTC) #6
Jeffrey Yasskin
Woot! I don't see any ways that removing this could break existing user code. As ...
7 years, 7 months ago (2013-05-16 16:59:36 UTC) #7
Mattias Nissler (ping if slow)
https://codereview.chromium.org/14813039/diff/10001/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (left): https://codereview.chromium.org/14813039/diff/10001/chrome/browser/extensions/component_loader.cc#oldcode492 chrome/browser/extensions/component_loader.cc:492: prefs::kEnterpriseWebStoreURL, On 2013/05/16 16:59:36, Jeffrey Yasskin wrote: > Now ...
7 years, 7 months ago (2013-05-17 09:38:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnissler@chromium.org/14813039/10001
7 years, 7 months ago (2013-05-17 09:39:05 UTC) #9
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=3510
7 years, 7 months ago (2013-05-17 09:50:40 UTC) #10
Mattias Nissler (ping if slow)
+ jochen@ and estade@ to TBR for the resource removals. + bartfab@ for the inline ...
7 years, 7 months ago (2013-05-17 11:40:30 UTC) #11
bartfab (slow)
https://codereview.chromium.org/14813039/diff/10001/chrome/browser/ui/webui/options/preferences_browsertest.cc File chrome/browser/ui/webui/options/preferences_browsertest.cc (left): https://codereview.chromium.org/14813039/diff/10001/chrome/browser/ui/webui/options/preferences_browsertest.cc#oldcode439 chrome/browser/ui/webui/options/preferences_browsertest.cc:439: // String pref. On 2013/05/17 11:40:30, Mattias Nissler wrote: ...
7 years, 7 months ago (2013-05-17 12:59:08 UTC) #12
jochen (gone - plz use gerrit)
deleting code lgtm
7 years, 7 months ago (2013-05-21 07:36:57 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnissler@chromium.org/14813039/41001
7 years, 6 months ago (2013-05-28 14:18:08 UTC) #14
commit-bot: I haz the power
7 years, 6 months ago (2013-05-28 16:32:20 UTC) #15
Message was sent while issue was closed.
Change committed as 202579

Powered by Google App Engine
This is Rietveld 408576698