Index: chrome/browser/ui/extensions/shell_window.h |
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h |
index 88bcfe11613fd6094d7ffa3e9b282241f467c45f..e4795a0d1c81aa9cce06d1ca7bb67e1c637c5817 100644 |
--- a/chrome/browser/ui/extensions/shell_window.h |
+++ b/chrome/browser/ui/extensions/shell_window.h |
@@ -66,6 +66,9 @@ class ShellWindow : public content::NotificationObserver, |
gfx::Size maximum_size; |
std::string window_key; |
+ |
+ // The process ID of the process that requested the create. |
+ int32 creator_process_id; |
}; |
static ShellWindow* Create(Profile* profile, |