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

Unified Diff: chrome/browser/ui/browser_list.h

Issue 7321011: Multi-Profiles: Add delete profile command (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove debug code Created 9 years, 5 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/browser_list.h
diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h
index 1e0192438ea2061dd327c7d86848a8e09c65a680..2d2d0269e342ca9608ebf4111fe37e3fdb5929d7 100644
--- a/chrome/browser/ui/browser_list.h
+++ b/chrome/browser/ui/browser_list.h
@@ -141,6 +141,9 @@ class BrowserList {
// message.
static void CloseAllBrowsers();
+ // Closes all browsers for |profile|.
+ static void CloseAllBrowsersWithProfile(Profile* profile);
+
// Begins shutdown of the application when the desktop session is ending.
static void SessionEnding();

Powered by Google App Engine
This is Rietveld 408576698