From 90ab9bafffdf82fdcc62aef5d300e3428a6bd8c1 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 13 Feb 2018 09:29:03 +0100 Subject: [PATCH] Remove the actual `enableHandToolOnLoad` preference (PR 9040 follow-up) This should have been removed as part of PR 9040, but was simply overlooked. --- extensions/chromium/preferences_schema.json | 5 ----- web/default_preferences.json | 1 - 2 files changed, 6 deletions(-) diff --git a/extensions/chromium/preferences_schema.json b/extensions/chromium/preferences_schema.json index 16cf475ebe652..fa350567ef8fb 100644 --- a/extensions/chromium/preferences_schema.json +++ b/extensions/chromium/preferences_schema.json @@ -26,11 +26,6 @@ ], "default": 0 }, - "enableHandToolOnLoad": { - "description": "Deprecated. Set cursorToolOnLoad to 1 to enable the hand tool by default.", - "type": "boolean", - "default": false - }, "cursorToolOnLoad": { "title": "Cursor tool on load", "description": "The cursor tool that is enabled upon load.\n 0 = Text selection tool.\n 1 = Hand tool.", diff --git a/web/default_preferences.json b/web/default_preferences.json index 425de07c35a4e..6c7c64545a802 100644 --- a/web/default_preferences.json +++ b/web/default_preferences.json @@ -2,7 +2,6 @@ "showPreviousViewOnLoad": true, "defaultZoomValue": "", "sidebarViewOnLoad": 0, - "enableHandToolOnLoad": false, "cursorToolOnLoad": 0, "enableWebGL": false, "pdfBugEnabled": false,