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

Side by Side 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: update to ToT and fix scoped_refptr error 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "browser": {
3 "window_placement": {
4 "bottom": 1181,
5 "left": 622,
6 "maximized": false,
7 "right": 1689,
8 "top": 28,
9 "work_area_bottom": 1576,
10 "work_area_left": 0,
11 "work_area_right": 2560,
12 "work_area_top": 24
13 },
14 "window_placement_DevToolsApp": {
15 "always_on_top": false,
16 "bottom": 693,
17 "left": 81,
18 "maximized": false,
19 "right": 721,
20 "top": 53,
21 "work_area_bottom": 1576,
22 "work_area_left": 0,
23 "work_area_right": 2560,
24 "work_area_top": 24
25 }
gab 2014/09/08 21:29:26 Also add another test app which is not DevTools (s
26 }
27 }
OLDNEW
« 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