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

Side by Side Diff: chrome/browser/extensions/api/tabs/tabs_constants.h

Issue 987583004: Add audible, muted to Tab, c.t.query, c.t.update, and c.t.onUpdated where relevant (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch1
Patch Set: rebase Created 5 years, 5 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
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants used for the Tabs API and the Windows API. 5 // Constants used for the Tabs API and the Windows API.
6 6
7 #ifndef CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_ 7 #ifndef CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_
8 #define CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_ 8 #define CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_
9 9
10 namespace extensions { 10 namespace extensions {
(...skipping 17 matching lines...) Expand all
28 extern const char kIncognitoKey[]; 28 extern const char kIncognitoKey[];
29 extern const char kIndexKey[]; 29 extern const char kIndexKey[];
30 extern const char kLastFocusedWindowKey[]; 30 extern const char kLastFocusedWindowKey[];
31 extern const char kLeftKey[]; 31 extern const char kLeftKey[];
32 extern const char kNewPositionKey[]; 32 extern const char kNewPositionKey[];
33 extern const char kNewWindowIdKey[]; 33 extern const char kNewWindowIdKey[];
34 extern const char kOldPositionKey[]; 34 extern const char kOldPositionKey[];
35 extern const char kOldWindowIdKey[]; 35 extern const char kOldWindowIdKey[];
36 extern const char kOpenerTabIdKey[]; 36 extern const char kOpenerTabIdKey[];
37 extern const char kPinnedKey[]; 37 extern const char kPinnedKey[];
38 extern const char kAudibleKey[];
39 extern const char kMutedKey[];
40 extern const char kMutedCauseKey[];
38 extern const char kQualityKey[]; 41 extern const char kQualityKey[];
39 extern const char kRunAtKey[]; 42 extern const char kRunAtKey[];
40 extern const char kSelectedKey[]; 43 extern const char kSelectedKey[];
41 extern const char kShowStateKey[]; 44 extern const char kShowStateKey[];
42 extern const char kStatusKey[]; 45 extern const char kStatusKey[];
43 extern const char kTabIdKey[]; 46 extern const char kTabIdKey[];
44 extern const char kTabIdsKey[]; 47 extern const char kTabIdsKey[];
45 extern const char kTabsKey[]; 48 extern const char kTabsKey[];
46 extern const char kTitleKey[]; 49 extern const char kTitleKey[];
47 extern const char kToIndexKey[]; 50 extern const char kToIndexKey[];
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 extern const char kInvalidWindowTypeError[]; 94 extern const char kInvalidWindowTypeError[];
92 extern const char kInvalidWindowStateError[]; 95 extern const char kInvalidWindowStateError[];
93 extern const char kScreenshotsDisabled[]; 96 extern const char kScreenshotsDisabled[];
94 97
95 extern const char kCannotDetermineLanguageOfUnloadedTab[]; 98 extern const char kCannotDetermineLanguageOfUnloadedTab[];
96 99
97 }; // namespace tabs_constants 100 }; // namespace tabs_constants
98 }; // namespace extensions 101 }; // namespace extensions
99 102
100 #endif // CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_ 103 #endif // CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/tabs/tabs_api.cc ('k') | chrome/browser/extensions/api/tabs/tabs_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698