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

Side by Side Diff: chrome/browser/extensions/extension_tabs_module_constants.h

Issue 9456037: Adding run_at to chrome.tabs.executeScript/insertCss. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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_EXTENSION_TABS_MODULE_CONSTANTS_H_ 7 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_CONSTANTS_H_
8 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_CONSTANTS_H_ 8 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_CONSTANTS_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 18 matching lines...) Expand all
29 extern const char kLastFocusedWindowKey[]; 29 extern const char kLastFocusedWindowKey[];
30 extern const char kLeftKey[]; 30 extern const char kLeftKey[];
31 extern const char kNewPositionKey[]; 31 extern const char kNewPositionKey[];
32 extern const char kNewWindowIdKey[]; 32 extern const char kNewWindowIdKey[];
33 extern const char kOldPositionKey[]; 33 extern const char kOldPositionKey[];
34 extern const char kOldWindowIdKey[]; 34 extern const char kOldWindowIdKey[];
35 extern const char kOpenerTabIdKey[]; 35 extern const char kOpenerTabIdKey[];
36 extern const char kPinnedKey[]; 36 extern const char kPinnedKey[];
37 extern const char kQualityKey[]; 37 extern const char kQualityKey[];
38 extern const char kHighlightedKey[]; 38 extern const char kHighlightedKey[];
39 extern const char kRunAtKey[];
39 extern const char kSelectedKey[]; 40 extern const char kSelectedKey[];
40 extern const char kShowStateKey[]; 41 extern const char kShowStateKey[];
41 extern const char kStatusKey[]; 42 extern const char kStatusKey[];
42 extern const char kTabIdKey[]; 43 extern const char kTabIdKey[];
43 extern const char kTabIdsKey[]; 44 extern const char kTabIdsKey[];
44 extern const char kTabsKey[]; 45 extern const char kTabsKey[];
45 extern const char kTabUrlKey[]; 46 extern const char kTabUrlKey[];
46 extern const char kTitleKey[]; 47 extern const char kTitleKey[];
47 extern const char kToIndexKey[]; 48 extern const char kToIndexKey[];
48 extern const char kTopKey[]; 49 extern const char kTopKey[];
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 extern const char kInvalidWindowStateError[]; 95 extern const char kInvalidWindowStateError[];
95 96
96 extern const char kNoCodeOrFileToExecuteError[]; 97 extern const char kNoCodeOrFileToExecuteError[];
97 extern const char kMoreThanOneValuesError[]; 98 extern const char kMoreThanOneValuesError[];
98 extern const char kLoadFileError[]; 99 extern const char kLoadFileError[];
99 extern const char kCannotDetermineLanguageOfUnloadedTab[]; 100 extern const char kCannotDetermineLanguageOfUnloadedTab[];
100 101
101 }; // namespace extension_tabs_module_constants 102 }; // namespace extension_tabs_module_constants
102 103
103 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_CONSTANTS_H_ 104 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_tabs_module.cc ('k') | chrome/browser/extensions/extension_tabs_module_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698