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

Unified Diff: chrome/browser/extensions/extension_browsertest.cc

Issue 19547009: Move ".crx"/".pem" constants and extension_filenames constants into extensions/common/constants.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/browser/extensions/extension_browsertest.cc
diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc
index ceb7264db2799e0043c2405c9f6e08c5c3536634..6f6719cced63536d8c5707f019240d7924f17cf7 100644
--- a/chrome/browser/extensions/extension_browsertest.cc
+++ b/chrome/browser/extensions/extension_browsertest.cc
@@ -233,8 +233,8 @@ const Extension* ExtensionBrowserTest::LoadExtensionAsComponentWithManifest(
const Extension* ExtensionBrowserTest::LoadExtensionAsComponent(
const base::FilePath& path) {
- return LoadExtensionAsComponentWithManifest(path,
- extensions::kManifestFilename);
+ return LoadExtensionAsComponentWithManifest(
+ path, extensions::filenames::kManifestFilename);
}
base::FilePath ExtensionBrowserTest::PackExtension(

Powered by Google App Engine
This is Rietveld 408576698