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

Side by Side Diff: chrome/test/chromedriver/preferences.txt

Issue 12848005: [chromedriver] Separate stuff of chrome from chromedriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments and fix compile error on mac. Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "alternate_error_pages": {
3 "enabled": false
4 },
5 "browser": {
6 "check_default_browser": false
7 },
8 "distribution": {
9 "import_bookmarks": false,
10 "import_history": false,
11 "import_search_engine": false,
12 "make_chrome_default_for_user": false,
13 "show_welcome_page": false,
14 "skip_first_run_ui": true
15 },
16 "dns_prefetching": {
17 "enabled": false
18 },
19 "profile": {
20 "content_settings": {
21 "pattern_pairs": {
22 "https://*,*": {
23 "media-stream": {
24 "audio": "Default",
25 "video": "Default"
26 }
27 }
28 }
29 },
30 "default_content_settings": {
31 "geolocation": 1,
32 "mouselock": 1,
33 "notifications": 1,
34 "popups": 1,
35 "ppapi-broker": 1
36 }
37 },
38 "safebrowsing": {
39 "enabled": false
40 },
41 "search": {
42 "suggest_enabled": false
43 },
44 "translate": {
45 "enabled": false
46 }
47 }
OLDNEW
« no previous file with comments | « chrome/test/chromedriver/navigation_tracker_unittest.cc ('k') | chrome/test/chromedriver/server/chromedriver_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698