DescriptionResourceBundle is loading a wrong resource on Windows for sync
In browser_resources.grd, both IDR_SYNC_SETUP_FLOW_HTML and
IDR_REMOTING_SETUP_FLOW_HTML are point to setup_flow.html although they
are different files in different folders. ResourceBundle gets confused
and always return the later one when asked for IDR_SYNC_SETUP_FLOW_HTML.
This problem only happens on Windows but not Linux.
This patch tries to avoid this problem by renaming remoting files with
a remoting_ prefix.
BUG=52777, 52625
TEST=Setup sync now loads the correct setup_flow.html
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56787
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|