blob: 7e869b08651e3c22ed3adf2fd1d6a30b524734db [file] [log] [blame] [edit]
// Copyright 2010 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "chrome/browser/ui/cocoa/applescript/constants_applescript.h"
namespace AppleScript {
NSString* const kWindowsProperty = @"appleScriptWindows";
NSString* const kTabsProperty = @"tabs";
NSString* const kBookmarkFoldersProperty = @"bookmarkFolders";
NSString* const kBookmarkItemsProperty = @"bookmarkItems";
NSString* const kNormalWindowMode = @"normal";
NSString* const kIncognitoWindowMode = @"incognito";
} // namespace AppleScript