Update to Chromium revision 140240.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@679 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2012-06-08 16:01:01 +00:00
parent 06806ee190
commit 3715c23777
10 changed files with 28 additions and 88 deletions

View File

@ -328,8 +328,7 @@ class CefBrowserHostImpl : public CefBrowserHost,
// Unique ids used for routing communication to/from the renderer. We keep a
// copy of them as member variables so that we can locate matching browsers in
// a thread safe manner. |render_process_id_| may change and access must be
// protected by |state_lock_|.
// a thread safe manner. All access must be protected by the state lock.
int render_process_id_;
int render_view_id_;