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

Unified Diff: chrome/browser/plugins/plugin_installer.h

Issue 22918027: Remove calls to ObserverList::size() from PluginInstaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months 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 | chrome/browser/plugins/plugin_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_installer.h
diff --git a/chrome/browser/plugins/plugin_installer.h b/chrome/browser/plugins/plugin_installer.h
index 978fe1a4978f29602a93723996c5c4c23b9a5dcf..abcfe6f40df674f8bc4a0b2e3963ccb2593ad857 100644
--- a/chrome/browser/plugins/plugin_installer.h
+++ b/chrome/browser/plugins/plugin_installer.h
@@ -58,6 +58,7 @@ class PluginInstaller : public content::DownloadItem::Observer {
InstallerState state_;
ObserverList<PluginInstallerObserver> observers_;
+ int strong_observer_count_;
ObserverList<WeakPluginInstallerObserver> weak_observers_;
DISALLOW_COPY_AND_ASSIGN(PluginInstaller);
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698