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

Unified Diff: ceee/ie/plugin/toolband/tool_band.h

Issue 5271011: Avoid double-setting of the tool band ID in the CEEE executors manager.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ceee/ie/plugin/toolband/tool_band.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/toolband/tool_band.h
===================================================================
--- ceee/ie/plugin/toolband/tool_band.h (revision 67716)
+++ ceee/ie/plugin/toolband/tool_band.h (working copy)
@@ -254,6 +254,9 @@
bool own_line_flag_;
bool already_checked_own_line_flag_;
+ // True if we have sent the tool band ID to the BHO.
+ bool already_sent_id_to_bho_;
+
// Listening to DIID_DWebBrowserEvents2 is optional. For registration
// purposes we have to know if we are listening, though.
bool listening_to_browser_events_;
« no previous file with comments | « no previous file | ceee/ie/plugin/toolband/tool_band.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698