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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/chromevox_json.js

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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/browser/resources/chromeos/chromevox/common/chromevox_json.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/chromevox_json.js b/chrome/browser/resources/chromeos/chromevox/common/chromevox_json.js
index abee04a9e405cb3d2e774dcc71e39946ddb929a1..96c78ca9f31ed05da13d6217c3e39d17f5846233 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/chromevox_json.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/chromevox_json.js
@@ -15,9 +15,7 @@ goog.provide('cvox.ChromeVoxJSON');
*/
if (!cvox.ChromeVoxJSON) {
- /**
- * @type {Object}
- */
+ /** Placeholder object. */
cvox.ChromeVoxJSON = {};
}

Powered by Google App Engine
This is Rietveld 408576698