Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index d2ab104f384f5754ffc11102ccb1e4f12f0fc981..58811f499e422a24acbd9d8a73a48a423d2002b9 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1421,6 +1421,10 @@ const char kBrowserWindowPlacementPopup[] = "browser.window_placement_popup"; |
// manager window to restore on startup. |
const char kTaskManagerWindowPlacement[] = "task_manager.window_placement"; |
+// A collection of position, size, and other data relating to app windows to |
+// restore on startup. |
+const char kAppWindowPlacement[] = "browser.app_window_placement"; |
+ |
// An integer specifying the total number of bytes to be used by the |
// renderer's in-memory cache of objects. |
const char kMemoryCacheSize[] = "renderer.memory_cache.size"; |