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

Issue 11299122: chrome/browser/ui: Do not use Value::Create* functions. (Closed)

Created:
8 years, 1 month ago by tfarina
Modified:
8 years ago
Reviewers:
sky, Evan Stade
CC:
chromium-reviews, Raghu Simha, haitaol1, akalin, tim (not reviewing), tfarina
Visibility:
Public.

Description

chrome/browser/ui: Do not use Value::Create* functions. The first half is here, the other is webui, but that spans too much files to fit in this change. Webui will be done in a follow up CL. BUG=160586 R=sky@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169064

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -13 lines) Patch
M chrome/browser/ui/chrome_select_file_policy_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_helper.cc View 2 chunks +3 lines, -3 lines 1 comment Download
M chrome/browser/ui/sync/one_click_signin_helper_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/about_ipc_dialog.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
tfarina
Hi Scott, could you review this to me? Thanks,
8 years, 1 month ago (2012-11-20 23:54:20 UTC) #1
sky
LGTM
8 years, 1 month ago (2012-11-21 14:45:27 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/11299122/1
8 years, 1 month ago (2012-11-21 15:22:45 UTC) #3
commit-bot: I haz the power
Change committed as 169064
8 years, 1 month ago (2012-11-21 16:57:33 UTC) #4
Evan Stade
8 years ago (2012-11-26 23:03:13 UTC) #5
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/11299122/diff/1/chrome/browser/ui/sync...
File chrome/browser/ui/sync/one_click_signin_helper.cc (left):

https://chromiumcodereview.appspot.com/11299122/diff/1/chrome/browser/ui/sync...
chrome/browser/ui/sync/one_click_signin_helper.cc:408: const scoped_ptr<Value>
email_value(Value::CreateStringValue(email));
this should not be a scoped pointer.

Powered by Google App Engine
This is Rietveld 408576698