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

Issue 159112: Set GTK_PATH to CHROMIUM_SAVED_GTK_PATH before launching xdg-open.... (Closed)

Created:
11 years, 5 months ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
agl
CC:
chromium-reviews_googlegroups.com, brettw, Michael Moss
Visibility:
Public.

Description

Set GTK_PATH to CHROMIUM_SAVED_GTK_PATH before launching xdg-open. Wrappers that launch Chromium will need to set CHROMIUM_SAVED_GTK_PATH before modifying GTK_PATH. This can be done later in separate CLs. BUG=15565 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21168

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -3 lines) Patch
M base/process_util.h View 1 2 chunks +11 lines, -1 line 0 comments Download
M base/process_util_linux.cc View 5 chunks +23 lines, -1 line 0 comments Download
M chrome/common/platform_util_linux.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Lei Zhang
11 years, 5 months ago (2009-07-21 00:29:31 UTC) #1
agl
11 years, 5 months ago (2009-07-21 00:37:56 UTC) #2
LGTM

http://codereview.chromium.org/159112/diff/1/2
File base/process_util.h (right):

http://codereview.chromium.org/159112/diff/1/2#newcode148
Line 148: typedef std::vector<std::pair<const char*, char*> >
environment_vector;
Why isn't the second element of the pair const too?

Powered by Google App Engine
This is Rietveld 408576698