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

Unified Diff: chrome/common/extensions/extension.h

Issue 144019: Functionality has been requested in the Extension API for Javascript to... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/extension.h
===================================================================
--- chrome/common/extensions/extension.h (revision 20805)
+++ chrome/common/extensions/extension.h (working copy)
@@ -54,6 +54,7 @@
// The name of the manifest inside an extension.
static const char kManifestFilename[];
Aaron Boodman 2009/07/30 18:15:12 remove no-op change.
+
#if defined(OS_WIN)
static const char* kExtensionRegistryPath;
#endif

Powered by Google App Engine
This is Rietveld 408576698