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

Unified Diff: chrome/common/extensions/api/session_restore.json

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Making Schema Descriptions Compulsory Created 7 years, 6 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/api/session_restore.json
diff --git a/chrome/common/extensions/api/session_restore.json b/chrome/common/extensions/api/session_restore.json
index 6071194ddf6af978ea78058845c5643c15345e3f..5b262534096ae55b0fa03fc55f6da464a38e0247 100644
--- a/chrome/common/extensions/api/session_restore.json
+++ b/chrome/common/extensions/api/session_restore.json
@@ -5,6 +5,7 @@
[
{
"namespace": "sessionRestore",
+ "description": "Use the <code>chrome.sessionRestore</code> API to open up previously closed tabs upon startup of a new browser session.",
epeterson 2013/06/21 20:10:15 Also wrote this one.
not at google - send to devlin 2013/06/21 20:58:51 Almost right: Use the ... API to query and restor
"types": [
{
"id": "ClosedEntry",
@@ -26,7 +27,7 @@
{
"type": "object",
"name": "options",
- "optional": true,
+ "optional": true,
"properties": {
"maxResults": {
"type": "integer",

Powered by Google App Engine
This is Rietveld 408576698