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

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

Issue 10692110: screenshot disabling policy (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed Android and Mac builds Created 8 years, 4 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 extern const char kNoSelectedTabError[]; 85 extern const char kNoSelectedTabError[];
86 extern const char kIncognitoModeIsDisabled[]; 86 extern const char kIncognitoModeIsDisabled[];
87 extern const char kIncognitoModeIsForced[]; 87 extern const char kIncognitoModeIsForced[];
88 extern const char kURLsNotAllowedInIncognitoError[]; 88 extern const char kURLsNotAllowedInIncognitoError[];
89 extern const char kInvalidUrlError[]; 89 extern const char kInvalidUrlError[];
90 extern const char kInternalVisibleTabCaptureError[]; 90 extern const char kInternalVisibleTabCaptureError[];
91 extern const char kNotImplementedError[]; 91 extern const char kNotImplementedError[];
92 extern const char kSupportedInWindowsOnlyError[]; 92 extern const char kSupportedInWindowsOnlyError[];
93 extern const char kInvalidWindowTypeError[]; 93 extern const char kInvalidWindowTypeError[];
94 extern const char kInvalidWindowStateError[]; 94 extern const char kInvalidWindowStateError[];
95 extern const char kScreenshotsDisabled[];
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 tabs_constants 102 }; // namespace tabs_constants
102 }; // namespace extensions 103 }; // namespace extensions
103 104
104 #endif // CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_ 105 #endif // CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/tabs/tabs.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