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

Unified Diff: chrome/browser/extensions/chrome_manifest_parser.h

Issue 13460012: Move IconsHandler from c/c/e/api/ to c/c/e (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for CQ Created 7 years, 8 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/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_;
« no previous file with comments | « chrome/browser/extensions/app_icon_loader_impl.cc ('k') | chrome/browser/extensions/chrome_manifest_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698