| 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 fe1ca68fd6769f7b74244fdecdea3c0225f8d636..4889d7d2ee6905d002503be7622b850da69ff945 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,
|
|
|