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

Unified Diff: chrome/browser/chromeos/status/memory_menu_button.cc

Issue 7631063: Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg_, ChromeViewHostMsg... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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: chrome/browser/chromeos/status/memory_menu_button.cc
===================================================================
--- chrome/browser/chromeos/status/memory_menu_button.cc (revision 97468)
+++ chrome/browser/chromeos/status/memory_menu_button.cc (working copy)
@@ -152,11 +152,11 @@
!it.IsAtEnd(); it.Advance()) {
switch (id) {
case TOGGLE_PROFILING_ITEM:
- it.GetCurrentValue()->Send(new ViewMsg_SetTcmallocHeapProfiling(
+ it.GetCurrentValue()->Send(new ChromeViewMsg_SetTcmallocHeapProfiling(
started, std::string(kProfileDumpFilePrefix)));
break;
case DUMP_PROFILING_ITEM:
- it.GetCurrentValue()->Send(new ViewMsg_WriteTcmallocHeapProfile(
+ it.GetCurrentValue()->Send(new ChromeViewMsg_WriteTcmallocHeapProfile(
GetProfileDumpFilePath(
base::GetProcId(it.GetCurrentValue()->GetHandle()))));
break;
« no previous file with comments | « chrome/browser/chromeos/login/image_decoder.cc ('k') | chrome/browser/component_updater/component_updater_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698