Chromium Code Reviews| Index: chrome/browser/extensions/component_loader.h |
| diff --git a/chrome/browser/extensions/component_loader.h b/chrome/browser/extensions/component_loader.h |
| index 4329d05f10fff1c154d60d4ff941b50398a3841f..bb2e719fb60cf0c7157862b145e55c99e9f1ccfd 100644 |
| --- a/chrome/browser/extensions/component_loader.h |
| +++ b/chrome/browser/extensions/component_loader.h |
| @@ -76,7 +76,8 @@ class ComponentLoader : public content::NotificationObserver { |
| // Parse the given JSON manifest. Returns NULL if it cannot be parsed, or if |
| // if the result is not a DictionaryValue. |
| - DictionaryValue* ParseManifest(const std::string& manifest_contents) const; |
| + DictionaryValue* ParseManifest(const std::string& manifest_contents) |
| + const; |
|
Aaron Boodman
2012/04/15 21:04:29
no need to change this
|
| // Clear the list of registered extensions. |
| void ClearAllRegistered(); |