Chromium Code Reviews| Index: chrome/common/content_settings_initializer.h |
| diff --git a/chrome/common/content_settings_initializer.h b/chrome/common/content_settings_initializer.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2ca4d76dc627fba48d5fb0e2d200bd34fc85daa5 |
| --- /dev/null |
| +++ b/chrome/common/content_settings_initializer.h |
| @@ -0,0 +1,12 @@ |
| +// Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef CHROME_COMMON_CONTENT_SETTINGS_INITIALIZER_H_ |
| +#define CHROME_COMMON_CONTENT_SETTINGS_INITIALIZER_H_ |
| + |
| +// Initializes the content settings component before its first usage. Should be |
| +// called once. |
| +void InitContentSettingsComponent(); |
|
jochen (gone - plz use gerrit)
2014/09/02 08:15:50
nit. Initialize.*
it's a bit generic name, howeve
vasilii
2014/09/02 08:50:37
Presubmit wasn't happy: Illegal include: "extensio
|
| + |
| +#endif // CHROME_COMMON_CONTENT_SETTINGS_INITIALIZER_H_ |