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

Issue 331743004: Always enable enhanced bookmarks external component extensions for incognito mode (Closed)

Created:
6 years, 6 months ago by Mike Wittman
Modified:
6 years, 6 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, asargent_no_longer_on_chrome
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Visibility:
Public.

Description

Always enable enhanced bookmarks external component extensions for incognito mode BUG=384656 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278469

Patch Set 1 #

Patch Set 2 : set incognito pref on install #

Total comments: 2

Patch Set 3 : move code to extension_util #

Patch Set 4 : rebase #

Total comments: 8

Patch Set 5 : address comments #

Total comments: 4

Patch Set 6 : fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M chrome/browser/extensions/extension_util.cc View 1 2 3 4 5 3 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Mike Wittman
PTAL This appeared to proper place to do the incognito check, rather than Component Loader.
6 years, 6 months ago (2014-06-16 23:54:48 UTC) #1
not at google - send to devlin
where is the code which actually sets up these extensions? can't that have some kind ...
6 years, 6 months ago (2014-06-16 23:58:16 UTC) #2
Mike Wittman
On 2014/06/16 23:58:16, kalman wrote: > where is the code which actually sets up these ...
6 years, 6 months ago (2014-06-17 01:24:14 UTC) #3
not at google - send to devlin
Yeah well I don't know how this code works really, but I presume these external ...
6 years, 6 months ago (2014-06-17 19:37:19 UTC) #4
Mike Wittman
On 2014/06/17 19:37:19, kalman wrote: > Yeah well I don't know how this code works ...
6 years, 6 months ago (2014-06-17 23:28:52 UTC) #5
Mike Wittman
On 2014/06/17 23:28:52, Mike Wittman wrote: > On 2014/06/17 19:37:19, kalman wrote: > > Yeah ...
6 years, 6 months ago (2014-06-17 23:50:14 UTC) #6
not at google - send to devlin
https://codereview.chromium.org/331743004/diff/20001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/331743004/diff/20001/chrome/browser/extensions/extension_service.cc#newcode2555 chrome/browser/extensions/extension_service.cc:2555: "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 This code would be better contained ...
6 years, 6 months ago (2014-06-18 00:42:02 UTC) #7
Mike Wittman
https://codereview.chromium.org/331743004/diff/20001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/331743004/diff/20001/chrome/browser/extensions/extension_service.cc#newcode2555 chrome/browser/extensions/extension_service.cc:2555: "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 On 2014/06/18 00:42:02, kalman wrote: > ...
6 years, 6 months ago (2014-06-18 03:17:50 UTC) #8
Mike Wittman
Ping?
6 years, 6 months ago (2014-06-18 23:44:47 UTC) #9
not at google - send to devlin
https://codereview.chromium.org/331743004/diff/60001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/331743004/diff/60001/chrome/browser/extensions/extension_service.cc#newcode1988 chrome/browser/extensions/extension_service.cc:1988: extension_prefs_->SetIsIncognitoEnabled(extension->id(), true); i don't think you need this code ...
6 years, 6 months ago (2014-06-18 23:49:20 UTC) #10
Mike Wittman
https://codereview.chromium.org/331743004/diff/60001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/331743004/diff/60001/chrome/browser/extensions/extension_service.cc#newcode1988 chrome/browser/extensions/extension_service.cc:1988: extension_prefs_->SetIsIncognitoEnabled(extension->id(), true); On 2014/06/18 23:49:19, kalman wrote: > i ...
6 years, 6 months ago (2014-06-19 00:21:49 UTC) #11
not at google - send to devlin
lgtm https://codereview.chromium.org/331743004/diff/70001/chrome/browser/extensions/extension_util.cc File chrome/browser/extensions/extension_util.cc (right): https://codereview.chromium.org/331743004/diff/70001/chrome/browser/extensions/extension_util.cc#newcode44 chrome/browser/extensions/extension_util.cc:44: "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 nit: 2 spaces before comment ...
6 years, 6 months ago (2014-06-19 01:27:34 UTC) #12
Mike Wittman
https://codereview.chromium.org/331743004/diff/70001/chrome/browser/extensions/extension_util.cc File chrome/browser/extensions/extension_util.cc (right): https://codereview.chromium.org/331743004/diff/70001/chrome/browser/extensions/extension_util.cc#newcode44 chrome/browser/extensions/extension_util.cc:44: "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 On 2014/06/19 01:27:34, kalman wrote: > ...
6 years, 6 months ago (2014-06-19 16:42:02 UTC) #13
Mike Wittman
The CQ bit was checked by wittman@chromium.org
6 years, 6 months ago (2014-06-19 16:42:06 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wittman@chromium.org/331743004/90001
6 years, 6 months ago (2014-06-19 16:43:58 UTC) #15
commit-bot: I haz the power
6 years, 6 months ago (2014-06-19 20:09:03 UTC) #16
Message was sent while issue was closed.
Change committed as 278469

Powered by Google App Engine
This is Rietveld 408576698