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

Unified Diff: chrome/test/data/extensions/api_test/runtime/uninstall_url/sets_uninstall_url/bg.js

Issue 126163003: Rename setUninstallUrl to setUninstallURL throughout codebase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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: chrome/test/data/extensions/api_test/runtime/uninstall_url/sets_uninstall_url/bg.js
diff --git a/chrome/test/data/extensions/api_test/runtime/uninstall_url/sets_uninstall_url/bg.js b/chrome/test/data/extensions/api_test/runtime/uninstall_url/sets_uninstall_url/bg.js
index a1ca5e0f93d59fe985ef1d26af88e990b12cc6b8..77b66a612dcd21050420771e3963302e271c9304 100644
--- a/chrome/test/data/extensions/api_test/runtime/uninstall_url/sets_uninstall_url/bg.js
+++ b/chrome/test/data/extensions/api_test/runtime/uninstall_url/sets_uninstall_url/bg.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.
-chrome.runtime.setUninstallUrl("http://www.google.com");
+chrome.runtime.setUninstallURL("http://www.google.com");
« no previous file with comments | « chrome/common/extensions/api/runtime.json ('k') | chrome/test/data/extensions/api_test/runtime/uninstall_url/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698