| Index: third_party/WebKit/Source/devtools/scripts/CurrentBrowserVersion.js
|
| diff --git a/chrome/browser/resources/settings/people_page/pin_keyboard.js b/third_party/WebKit/Source/devtools/scripts/CurrentBrowserVersion.js
|
| similarity index 68%
|
| copy from chrome/browser/resources/settings/people_page/pin_keyboard.js
|
| copy to third_party/WebKit/Source/devtools/scripts/CurrentBrowserVersion.js
|
| index 2d63b6558799326c6be72b14460d30cab50f7042..f3b12e7b7bead2ac6f239f00fb2893661e2b2304 100644
|
| --- a/chrome/browser/resources/settings/people_page/pin_keyboard.js
|
| +++ b/third_party/WebKit/Source/devtools/scripts/CurrentBrowserVersion.js
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -<include src="../../chromeos/quick_unlock/pin_keyboard.js">
|
| +WebInspector.BrowserVersionInfo.Version = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@";
|
|
|