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

Issue 517713002: [Android] Add enhanced bookmark opt-in flag. (Closed)

Created:
6 years, 3 months ago by Kibeom Kim (inactive)
Modified:
5 years, 5 months ago
Reviewers:
Yaron, Nico, sky
CC:
chromium-reviews, tfarina, browser-components-watch_chromium.org, yefimt, noyau (Ping after 24h)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Android] Add enhanced bookmark opt-in flag. On Android, we provide opt-in flag for enhanced bookmark. This is consistent with ios. BUG=386785 Committed: https://crrev.com/948ce92d41501beacc70936f6b9104d51844ecca Cr-Commit-Position: refs/heads/master@{#293900}

Patch Set 1 #

Patch Set 2 : function renaming, indent fix #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 5

Patch Set 5 : Moved enhanced_bookmarks_features.cc to components/enhanced_bookmarks #

Patch Set 6 : undo temp comment out #

Patch Set 7 : canceled moving enhanced_bookmarks_features.*, and addressed Yaron's comment #

Patch Set 8 : removed unused ChromeBrowserMainParts::local_state() #

Patch Set 9 : Make ExternalComponentLoader call InitBookmarksExperimentState #

Patch Set 10 : comment update #

Total comments: 4

Patch Set 11 : comments update #

Patch Set 12 : removed an unused function IsUserSignedin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -17 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/bookmarks/DEPS View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
D chrome/browser/bookmarks/enhanced_bookmarks_features.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/bookmarks/enhanced_bookmarks_features.cc View 1 2 3 4 5 6 3 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main_android.cc View 1 2 3 4 5 6 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/extensions/external_component_loader.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -14 lines 0 comments Download

Messages

Total messages: 28 (6 generated)
Kibeom Kim (inactive)
6 years, 3 months ago (2014-09-04 18:32:55 UTC) #2
Nico
https://codereview.chromium.org/517713002/diff/50006/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/517713002/diff/50006/chrome/browser/about_flags.cc#newcode2019 chrome/browser/about_flags.cc:2019: return !IsEnhancedBookmarksExperimentEnabled(); Why is this code needed?
6 years, 3 months ago (2014-09-04 18:35:25 UTC) #3
Kibeom Kim (inactive)
https://codereview.chromium.org/517713002/diff/50006/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/517713002/diff/50006/chrome/browser/about_flags.cc#newcode2019 chrome/browser/about_flags.cc:2019: return !IsEnhancedBookmarksExperimentEnabled(); On 2014/09/04 18:35:25, Nico (hiding) wrote: > ...
6 years, 3 months ago (2014-09-04 18:40:49 UTC) #4
Nico
https://codereview.chromium.org/517713002/diff/50006/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/517713002/diff/50006/chrome/browser/about_flags.cc#newcode2019 chrome/browser/about_flags.cc:2019: return !IsEnhancedBookmarksExperimentEnabled(); On 2014/09/04 18:40:49, Kibeom Kim wrote: > ...
6 years, 3 months ago (2014-09-04 18:42:29 UTC) #5
Kibeom Kim (inactive)
On 2014/09/04 18:42:29, Nico (hiding) wrote: > https://codereview.chromium.org/517713002/diff/50006/chrome/browser/about_flags.cc > File chrome/browser/about_flags.cc (right): > > https://codereview.chromium.org/517713002/diff/50006/chrome/browser/about_flags.cc#newcode2019 ...
6 years, 3 months ago (2014-09-04 18:47:55 UTC) #6
Kibeom Kim (inactive)
On 2014/09/04 18:47:55, Kibeom Kim wrote: > ... > Even if the flag is "Enable" ...
6 years, 3 months ago (2014-09-04 18:50:53 UTC) #7
Nico
On Thu, Sep 4, 2014 at 11:47 AM, <kkimlabs@chromium.org> wrote: > On 2014/09/04 18:42:29, Nico ...
6 years, 3 months ago (2014-09-04 18:53:47 UTC) #8
Kibeom Kim (inactive)
On 2014/09/04 18:53:47, Nico (hiding) wrote: > > ... > > Right. I'm asking "why?" ...
6 years, 3 months ago (2014-09-04 20:35:31 UTC) #9
Mark
On 2014/09/04 20:35:31, Kibeom Kim wrote: > On 2014/09/04 18:53:47, Nico (hiding) wrote: > > ...
6 years, 3 months ago (2014-09-04 21:23:52 UTC) #10
Yaron
https://codereview.chromium.org/517713002/diff/50006/chrome/browser/chrome_browser_main_android.cc File chrome/browser/chrome_browser_main_android.cc (right): https://codereview.chromium.org/517713002/diff/50006/chrome/browser/chrome_browser_main_android.cc#newcode62 chrome/browser/chrome_browser_main_android.cc:62: SigninManagerBase* signin = SigninManagerFactory::GetForProfile(main_profile); Please pull this out from ...
6 years, 3 months ago (2014-09-05 04:48:44 UTC) #11
Yaron
6 years, 3 months ago (2014-09-05 04:48:59 UTC) #12
Kibeom Kim (inactive)
https://codereview.chromium.org/517713002/diff/50006/chrome/browser/chrome_browser_main_android.cc File chrome/browser/chrome_browser_main_android.cc (right): https://codereview.chromium.org/517713002/diff/50006/chrome/browser/chrome_browser_main_android.cc#newcode62 chrome/browser/chrome_browser_main_android.cc:62: SigninManagerBase* signin = SigninManagerFactory::GetForProfile(main_profile); On 2014/09/05 04:48:43, Yaron wrote: ...
6 years, 3 months ago (2014-09-08 09:26:59 UTC) #13
Yaron
lgtm https://codereview.chromium.org/517713002/diff/160001/chrome/browser/bookmarks/enhanced_bookmarks_features.h File chrome/browser/bookmarks/enhanced_bookmarks_features.h (right): https://codereview.chromium.org/517713002/diff/160001/chrome/browser/bookmarks/enhanced_bookmarks_features.h#newcode35 chrome/browser/bookmarks/enhanced_bookmarks_features.h:35: // , Finch experiments, and command line flag. ...
6 years, 3 months ago (2014-09-08 23:19:58 UTC) #14
sky
LGTM
6 years, 3 months ago (2014-09-08 23:55:02 UTC) #15
Kibeom Kim (inactive)
https://codereview.chromium.org/517713002/diff/160001/chrome/browser/bookmarks/enhanced_bookmarks_features.h File chrome/browser/bookmarks/enhanced_bookmarks_features.h (right): https://codereview.chromium.org/517713002/diff/160001/chrome/browser/bookmarks/enhanced_bookmarks_features.h#newcode35 chrome/browser/bookmarks/enhanced_bookmarks_features.h:35: // , Finch experiments, and command line flag. On ...
6 years, 3 months ago (2014-09-09 00:32:22 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkimlabs@chromium.org/517713002/180001
6 years, 3 months ago (2014-09-09 00:34:13 UTC) #18
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-09 06:51:31 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkimlabs@chromium.org/517713002/180001
6 years, 3 months ago (2014-09-09 07:12:17 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/64281) linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/12168) linux_chromium_rel_swarming ...
6 years, 3 months ago (2014-09-09 07:57:07 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkimlabs@chromium.org/517713002/200001
6 years, 3 months ago (2014-09-09 07:59:45 UTC) #26
commit-bot: I haz the power
Committed patchset #12 (id:200001) as a64a0a976213cfc057f97a125b8a0277ccb5161a
6 years, 3 months ago (2014-09-09 09:08:50 UTC) #27
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:52:09 UTC) #28
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/948ce92d41501beacc70936f6b9104d51844ecca
Cr-Commit-Position: refs/heads/master@{#293900}

Powered by Google App Engine
This is Rietveld 408576698