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

Unified Diff: chrome/browser/ui/extensions/shell_window.h

Issue 11048045: Allow settings dialog to be opened via the app launcher, as a packaged app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: stray GetSiteInstance in DLOG Created 8 years, 2 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/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,

Powered by Google App Engine
This is Rietveld 408576698