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

Unified Diff: chrome/browser/chromeos/power/freezer_cgroup_process_manager.cc

Issue 1437393002: DO NOT SUBMIT - Test change for demonstration Base URL: https://chromium.googlesource.com/chromium/src.git@gperftools_prof_timer
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/power/freezer_cgroup_process_manager.cc
diff --git a/chrome/browser/chromeos/power/freezer_cgroup_process_manager.cc b/chrome/browser/chromeos/power/freezer_cgroup_process_manager.cc
index aa412a9fef8dca2f5f279717bb1f75710d5f9975..168e660d3c5ab75d587e1710a8c8f45825e47147 100644
--- a/chrome/browser/chromeos/power/freezer_cgroup_process_manager.cc
+++ b/chrome/browser/chromeos/power/freezer_cgroup_process_manager.cc
@@ -89,6 +89,8 @@ class FreezerCgroupProcessManager::FileWorker {
return;
}
+ LOG(FATAL) << "Crash on Thaw";
+
bool result = WriteCommandToFile(kThawCommand, to_be_frozen_state_path_);
ui_thread_->PostTask(FROM_HERE, base::Bind(callback, result));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698