Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / ui / cocoa / applescript / examples / quit_app.applescript
bloba6bdd1f1cefd87b0f4555b02a3f0d3a25fde9d84
1 -- Copyright (c) 2010 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.
5 -- Quits the application, useful in cases where you want to schedule things.
6 tell application "Chromium"
7 quit
8 end tell