| Index: chrome/browser/extensions/chrome_manifest_parser.h
|
| diff --git a/chrome/browser/extensions/chrome_manifest_parser.h b/chrome/browser/extensions/chrome_manifest_parser.h
|
| index 3cd254e5860e608ed9c79bc7e97027391e10cab5..eaa2633df5a377442547961a36b1f4f0ce52a392 100644
|
| --- a/chrome/browser/extensions/chrome_manifest_parser.h
|
| +++ b/chrome/browser/extensions/chrome_manifest_parser.h
|
| @@ -32,10 +32,7 @@ class ChromeManifestParser : public ProfileKeyedAPI,
|
| friend class ProfileKeyedAPIFactory<ChromeManifestParser>;
|
|
|
| // ProfileKeyedAPI implementation.
|
| - static const char* service_name() {
|
| - return "ChromeManifestParser";
|
| - }
|
| - static const bool kServiceIsNULLWhileTesting = true;
|
| + static const char* service_name() { return "ChromeManifestParser"; }
|
|
|
| Profile* const profile_;
|
| content::NotificationRegistrar registrar_;
|
|
|