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

Unified Diff: trunk/src/chrome/test/chromedriver/session.h

Issue 392623005: Revert 283003 "[ChromeDriver] Subscribe PerformanceLogger to Com..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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
Index: trunk/src/chrome/test/chromedriver/session.h
===================================================================
--- trunk/src/chrome/test/chromedriver/session.h (revision 283022)
+++ trunk/src/chrome/test/chromedriver/session.h (working copy)
@@ -16,7 +16,6 @@
#include "chrome/test/chromedriver/basic_types.h"
#include "chrome/test/chromedriver/chrome/device_metrics.h"
#include "chrome/test/chromedriver/chrome/geoposition.h"
-#include "chrome/test/chromedriver/command_listener.h"
namespace base {
class DictionaryValue;
@@ -78,11 +77,6 @@
base::ScopedTempDir temp_dir;
scoped_ptr<base::DictionaryValue> capabilities;
bool auto_reporting_enabled;
- // |command_listeners| should be declared after |chrome|. When the |Session|
- // is destroyed, |command_listeners| should be freed first, since some
- // |CommandListener|s might be |CommandListenerProxy|s that forward to
- // |DevToolsEventListener|s owned by |chrome|.
- ScopedVector<CommandListener> command_listeners;
};
Session* GetThreadLocalSession();

Powered by Google App Engine
This is Rietveld 408576698