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

Issue 7621026: Linux: fix a missing dereference that prevented GNOME 3 proxy settings from being queried. (Closed)

Created:
9 years, 4 months ago by Mike Mammarella
Modified:
9 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Linux: fix an incorrect cast and missing dereference that prevented GNOME 3 proxy settings from being queried. This should be merged into both beta and stable. BUG=91744 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97020

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M net/proxy/proxy_config_service_linux.cc View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
Mike Mammarella
9 years, 4 months ago (2011-08-16 20:50:38 UTC) #1
vandebo (ex-Chrome)
9 years, 4 months ago (2011-08-16 20:59:10 UTC) #2
LGTM

http://codereview.chromium.org/7621026/diff/1/net/proxy/proxy_config_service_...
File net/proxy/proxy_config_service_linux.cc (right):

http://codereview.chromium.org/7621026/diff/1/net/proxy/proxy_config_service_...
net/proxy/proxy_config_service_linux.cc:558: const gchar* const* schemas =
g_settings_list_schemas();
I can see how this came about, since the double star in the type is hard to see.
 Too bad we can't fix that.

Powered by Google App Engine
This is Rietveld 408576698