blob: d7d5df94a28eef1764829f92058f3cd03cb4cef3 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file was generated by:
// tools/json_schema_compiler/compiler.py.
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.commandLinePrivate.FooType'.
// Please run the closure compiler before committing changes.
// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: commandLinePrivate */
/** @const */
chrome.commandLinePrivate = {};
/**
* Returns whether a switch is specified on the command line when launching
* Chrome.
* @param {string} name The name of a command line switch, without leading "--",
* such as "enable-experimental-extension-apis".
* @param {function(boolean): void} callback
*/
chrome.commandLinePrivate.hasSwitch = function(name, callback) {};