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

Unified Diff: base/message_pump_glib.cc

Issue 132007: Linux: plumb fontconfig call out to the sandbox host. (Closed)
Patch Set: ... Created 11 years, 6 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/renderer_host/render_sandbox_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump_glib.cc
diff --git a/base/message_pump_glib.cc b/base/message_pump_glib.cc
index ac0a0800979b7b71fdcf89384790abac99aa1504..7910a95a1ef39fe3deb62ac46fd2e56f39f8410e 100644
--- a/base/message_pump_glib.cc
+++ b/base/message_pump_glib.cc
@@ -267,10 +267,12 @@ void MessagePumpForUI::HandleDispatch() {
}
void MessagePumpForUI::AddObserver(Observer* observer) {
+ LOG(ERROR) << "AddObserver";
observers_.AddObserver(observer);
}
void MessagePumpForUI::RemoveObserver(Observer* observer) {
+ LOG(ERROR) << "RemoveObserver";
observers_.RemoveObserver(observer);
}
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_sandbox_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698