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

Unified Diff: third_party/WebKit/Source/devtools/scripts/CurrentBrowserVersion.js

Issue 2300403003: DevTools: patch browser's Chrome version into Chrome user agents for emulation (Closed)
Patch Set: address comments Created 4 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
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@";

Powered by Google App Engine
This is Rietveld 408576698