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

Unified Diff: apps/pref_names.h

Issue 220373003: Prevent Chrome from quitting when apps are open. (Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | apps/pref_names.cc » ('j') | chrome/browser/about_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/pref_names.h
diff --git a/apps/pref_names.h b/apps/pref_names.h
index 764be8274ebfd952dbb1fdb06d452071711fc24e..b8fab773c6eaf57d62aff7fb7c7ca76295017b4a 100644
--- a/apps/pref_names.h
+++ b/apps/pref_names.h
@@ -11,6 +11,7 @@ namespace prefs {
// Alphabetical list of preference names specific to Apps component.
// Keep alphabetized and document each one in the source file.
extern const char kAppFullscreenAllowed[];
+extern const char kNotifyWhenAppsKeepChromeAlive[];
tapted 2014/04/01 08:09:45 I don't think the pref belongs in apps/ -- it's a
jackhou1 2014/04/02 06:38:38 Done.
} // namespace prefs
} // namespace apps
« no previous file with comments | « no previous file | apps/pref_names.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698