blob: ef7b5b0d44304e46cd62126abdca0f0945e5ca15 [file] [log] [blame]
// 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";
}