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

Unified Diff: chrome/browser/defaults.h

Issue 362016: Mac: don't restore explicitly closed windows. (Closed)
Patch Set: Updated comment per sky's re-review. Created 11 years, 1 month 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 | « no previous file | chrome/browser/defaults.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/defaults.h
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
index 45862c2ba1549ce829bf527cec13f3629e95ca22..a701fa27492de99d43562b6fe2f77772d3b3cdbe 100644
--- a/chrome/browser/defaults.h
+++ b/chrome/browser/defaults.h
@@ -37,6 +37,9 @@ extern const int kPinnedTabWidth;
// Should session restore restore popup windows?
extern const bool kRestorePopups;
+// Can the browser be alive without any browser windows?
+extern const bool kBrowserAliveWithNoWindows;
+
} // namespace browser_defaults
#endif // CHROME_BROWSER_DEFAULTS_H_
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698