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

Unified Diff: extensions/common/constants.h

Issue 23007021: Report Javascript Runtime Errors to the Error Console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_feldman
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/DEPS ('k') | extensions/common/extension_urls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index 492ddbc27b44dc5af8c9df3a9d117115ab08fa18..648663d752c95aba062137a08f260747805a95b0 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -12,13 +12,13 @@ namespace extensions {
// Scheme we serve extension content from.
extern const char kExtensionScheme[];
- // The name of the manifest inside an extension.
+// The name of the manifest inside an extension.
extern const base::FilePath::CharType kManifestFilename[];
- // The name of locale folder inside an extension.
+// The name of locale folder inside an extension.
extern const base::FilePath::CharType kLocaleFolder[];
- // The name of the messages file inside an extension.
+// The name of the messages file inside an extension.
extern const base::FilePath::CharType kMessagesFilename[];
// The base directory for subdirectories with platform-specific code.
« no previous file with comments | « extensions/common/DEPS ('k') | extensions/common/extension_urls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698