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

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

Issue 17165004: <webview>: Partially migrate loadcommit event from content to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT 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
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/adview.json
diff --git a/chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js b/chrome/common/extensions/api/adview.json
similarity index 67%
copy from chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js
copy to chrome/common/extensions/api/adview.json
index 6201556e0cded45f5201db1cc0ca3f09f98a1080..2f6474f63c93300af92a9b0960d328dfee02bec2 100644
--- a/chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js
+++ b/chrome/common/extensions/api/adview.json
@@ -2,7 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-window.addEventListener('load', function onload() {
- window.close();
-});
+[
+ {
+ "namespace": "adview",
+ "description": "none",
+ "nodoc": true
+ }
+]
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698