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

Unified Diff: content/browser/plugin_loader_posix.h

Issue 9665017: PluginLoader loads plugins again after last load completes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove logs Created 8 years, 9 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 | content/browser/plugin_loader_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_loader_posix.h
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h
index 7db8b8b0ac89003d38c07a00e6fa0fae2d417b5d..b76a8b00136bff43348e86041dda2bec57129b1a 100644
--- a/content/browser/plugin_loader_posix.h
+++ b/content/browser/plugin_loader_posix.h
@@ -5,6 +5,7 @@
#ifndef CONTENT_BROWSER_PLUGIN_LOADER_POSIX_H_
#define CONTENT_BROWSER_PLUGIN_LOADER_POSIX_H_
+#include <deque>
#include <vector>
#include "base/basictypes.h"
@@ -113,7 +114,7 @@ class CONTENT_EXPORT PluginLoaderPosix
// The callback and message loop on which the callback will be run when the
// plugin loading process has been completed.
- std::vector<PendingCallback> callbacks_;
+ std::deque<PendingCallback> callbacks_;
// The time at which plugin loading started.
base::TimeTicks load_start_time_;
« no previous file with comments | « no previous file | content/browser/plugin_loader_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698