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

Unified Diff: chrome/common/chrome_process_filter.h

Issue 57062: Use portable typedef for PIDs (process IDs). (Closed)
Patch Set: speculative fix for win Created 11 years, 9 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 | « base/process_win.cc ('k') | chrome/common/chrome_process_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_process_filter.h
diff --git a/chrome/common/chrome_process_filter.h b/chrome/common/chrome_process_filter.h
index 8da4dd361f204d8135394ac6a9cab29e9247a76e..8421fce7cc6fedad297984ffecc4b9de679e38e4 100644
--- a/chrome/common/chrome_process_filter.h
+++ b/chrome/common/chrome_process_filter.h
@@ -18,7 +18,7 @@ class BrowserProcessFilter : public base::ProcessFilter {
uint32 browser_process_id() const { return browser_process_id_; }
- virtual bool Includes(uint32 pid, uint32 parent_pid) const;
+ virtual bool Includes(base::ProcessId pid, base::ProcessId parent_pid) const;
private:
std::wstring user_data_dir_;
« no previous file with comments | « base/process_win.cc ('k') | chrome/common/chrome_process_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698