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

Issue 9702013: Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount (Closed)

Created:
8 years, 9 months ago by Mike Mammarella
Modified:
8 years, 9 months ago
Reviewers:
sky
CC:
chromium-reviews, Aaron Boodman, mihaip+watch_chromium.org, dcheng, jar (doing other things)
Visibility:
Public.

Description

Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount of data, in drag action pickles. (The goal is to remove that method entirely. Uses that never persist or send pickles over the network are [probably] safe, but having the method around is waiting for accidental misuses.) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126761

Patch Set 1 #

Patch Set 2 : #

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

Messages

Total messages: 2 (0 generated)
Mike Mammarella
8 years, 9 months ago (2012-03-14 19:57:33 UTC) #1
sky
8 years, 9 months ago (2012-03-14 21:19:18 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698