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

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

Issue 2821011: Removes phantom tabs. (Closed)
Patch Set: Created 10 years, 6 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 9
10 namespace extension_tabs_module_constants { 10 namespace extension_tabs_module_constants {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 extern const char kNoSelectedTabError[]; 61 extern const char kNoSelectedTabError[];
62 extern const char kInvalidUrlError[]; 62 extern const char kInvalidUrlError[];
63 extern const char kInternalVisibleTabCaptureError[]; 63 extern const char kInternalVisibleTabCaptureError[];
64 extern const char kNotImplementedError[]; 64 extern const char kNotImplementedError[];
65 extern const char kSupportedInWindowsOnlyError[]; 65 extern const char kSupportedInWindowsOnlyError[];
66 66
67 extern const char kNoCodeOrFileToExecuteError[]; 67 extern const char kNoCodeOrFileToExecuteError[];
68 extern const char kMoreThanOneValuesError[]; 68 extern const char kMoreThanOneValuesError[];
69 extern const char kLoadFileError[]; 69 extern const char kLoadFileError[];
70 extern const char kCannotUpdatePinnedTab[]; 70 extern const char kCannotUpdatePinnedTab[];
71 extern const char kCannotRemovePhantomTab[];
72 extern const char kCannotDetermineLanguageOfUnloadedTab[]; 71 extern const char kCannotDetermineLanguageOfUnloadedTab[];
73 72
74 }; // namespace extension_tabs_module_constants 73 }; // namespace extension_tabs_module_constants
75 74
76 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_CONSTANTS_H_ 75 #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