summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorbrg@chromium.com <brg@chromium.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 23:21:23 +0000
committerbrg@chromium.com <brg@chromium.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 23:21:23 +0000
commit6149d3e3ba96cc4aac419777094a1e090b0825e9 (patch)
tree7a06e5ddae0d98d8c12b785d972ccc9d23c0beec /chrome/common
parente15a4faf072c7627b2e4ce1801aaf7dafe035a5f (diff)
downloadchromium_src-6149d3e3ba96cc4aac419777094a1e090b0825e9.zip
chromium_src-6149d3e3ba96cc4aac419777094a1e090b0825e9.tar.gz
chromium_src-6149d3e3ba96cc4aac419777094a1e090b0825e9.tar.bz2
Fix spelling error on history transition type.
Also mark the history test as flaky. BUG=35430, 26296 TEST=ExtensionApiTest.FLAKY_History Review URL: http://codereview.chromium.org/601049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rwxr-xr-xchrome/common/extensions/api/extension_api.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index c2be2c2..adb4872 100755
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -1661,7 +1661,7 @@
"visitId": {"type": "string", "description": "The unique identifier for this visit."},
"visitTime": {"type": "number", "optional": true, "description": "When this visit occurred, represented in milliseconds since the epoch."},
"referringVisitId": {"type": "string", "description": "The visit_id of the referrer."},
- "transition": {"type": "integer", "minimum": 0, "maximum": 10, "description": "The transition type for this visit from its referrer. The enumeration is defined in chrome.history.transistionType."}
+ "transition": {"type": "integer", "minimum": 0, "maximum": 10, "description": "The transition type for this visit from its referrer. The enumeration is defined in chrome.history.transitionType."}
}
}
],