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

Unified Diff: chrome/common/extensions/docs/js/bootstrap.js

Issue 10834325: Extension Docs: 'unofficial' warning was showing for https urls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/js/bootstrap.js
diff --git a/chrome/common/extensions/docs/js/bootstrap.js b/chrome/common/extensions/docs/js/bootstrap.js
index 761d08e226f8c416a558f6d666f5061690f6c652..16c567bda06c890392e5b2f00aa87a0e2c324e15 100644
--- a/chrome/common/extensions/docs/js/bootstrap.js
+++ b/chrome/common/extensions/docs/js/bootstrap.js
@@ -20,7 +20,9 @@ var fileXHREnabled = function() {
var officialURL = (function() {
var candidates = [
'http://code.google.com/chrome/extensions/',
+ 'https://code.google.com/chrome/extensions/',
'http://developer.chrome.com/',
+ 'https://developer.chrome.com/',
// TODO(aa): Remove this one once developer.chrome.com is live.
'http://chrome-apps-doc.appspot.com/'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698