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

Unified Diff: chrome/browser/sync/notifier/chrome_system_resources.h

Issue 5517004: sync: more debugging for crash in ChromeSystemResources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/debug
Patch Set: Created 10 years 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/sync/notifier/chrome_system_resources.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/notifier/chrome_system_resources.h
diff --git a/chrome/browser/sync/notifier/chrome_system_resources.h b/chrome/browser/sync/notifier/chrome_system_resources.h
index 2248aaed12e673d5e2ff6652508cc0496480e839..b6e6256685dc0767ed7a59f457ac47f3817ae890 100644
--- a/chrome/browser/sync/notifier/chrome_system_resources.h
+++ b/chrome/browser/sync/notifier/chrome_system_resources.h
@@ -13,6 +13,7 @@
#include <set>
#include <string>
+#include "base/message_loop.h"
#include "base/non_thread_safe.h"
#include "base/scoped_ptr.h"
#include "base/task.h"
@@ -58,6 +59,9 @@ class ChromeSystemResources : public invalidation::SystemResources {
std::set<invalidation::Closure*> posted_tasks_;
StateWriter* state_writer_;
+ // TODO(tim): Trying to debug bug crbug.com/64652.
+ const MessageLoop* created_on_loop_;
+
// If the scheduler has been started, inserts |task| into
// |posted_tasks_| and returns a Task* to post. Otherwise,
// immediately deletes |task| and returns NULL.
« no previous file with comments | « no previous file | chrome/browser/sync/notifier/chrome_system_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698