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

Unified Diff: chrome/test/data/profiles/app_window_placement/Default/Preferences

Issue 511393003: No longer register app window placement preference keys on the fly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 6 years, 3 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
« chrome/browser/ui/browser_window_state.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/profiles/app_window_placement/Default/Preferences
diff --git a/chrome/test/data/profiles/app_window_placement/Default/Preferences b/chrome/test/data/profiles/app_window_placement/Default/Preferences
new file mode 100644
index 0000000000000000000000000000000000000000..e60d8442d85206e4d63c22f432a2421ba650ba70
--- /dev/null
+++ b/chrome/test/data/profiles/app_window_placement/Default/Preferences
@@ -0,0 +1,27 @@
+{
+ "browser": {
+ "window_placement": {
+ "bottom": 1181,
+ "left": 622,
+ "maximized": false,
+ "right": 1689,
+ "top": 28,
+ "work_area_bottom": 1576,
+ "work_area_left": 0,
+ "work_area_right": 2560,
+ "work_area_top": 24
+ },
+ "window_placement_DevToolsApp": {
+ "always_on_top": false,
+ "bottom": 693,
+ "left": 81,
+ "maximized": false,
+ "right": 721,
+ "top": 53,
+ "work_area_bottom": 1576,
+ "work_area_left": 0,
+ "work_area_right": 2560,
+ "work_area_top": 24
+ }
+ }
+}
« chrome/browser/ui/browser_window_state.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698