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

Side by Side Diff: chrome/test/data/extensions/api_test/bindings/nocompile/page.js

Issue 850603003: Add a 'nocompile' option to Extension feature files, and annotate all Devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops Created 5 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Devtools APIs are all marked nocompile, so they shouldn't exist.
6 chrome.test.assertEq(undefined, chrome.devtools);
7 chrome.test.assertEq('undefined', typeof chrome.devtools);
8 chrome.test.assertFalse(chrome.hasOwnProperty('devtools'));
9 chrome.test.succeed();
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/bindings/nocompile/page.html ('k') | extensions/common/features/base_feature_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698