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

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

Issue 9566007: Initial Managed Mode extension API, supporting querying the setting and a stub for enabling the mod… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Updated checkout again Created 8 years, 9 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/common/extensions/docs/js/api_page_generator.js
===================================================================
--- chrome/common/extensions/docs/js/api_page_generator.js (revision 125184)
+++ chrome/common/extensions/docs/js/api_page_generator.js (working copy)
@@ -41,6 +41,7 @@
'../api/experimental.input.ui.json',
'../api/experimental.input.virtualKeyboard.json',
'../api/experimental.keybinding.json',
+ '../api/experimental.managedMode.json',
'../api/experimental.processes.json',
'../api/experimental.rlz.json',
'../api/experimental.serial.json',
@@ -242,7 +243,7 @@
window.clearTimeout(abortTimerId);
onSuccess(xhr.responseText);
} else {
- handleError('Failure to fetch content');
+ handleError('Failure to fetch content: ' + xhr.status);
}
}
}

Powered by Google App Engine
This is Rietveld 408576698