| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_SWITCH_UTILS_H_ | 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_SWITCH_UTILS_H_ |
| 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_SWITCH_UTILS_H_ | 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_SWITCH_UTILS_H_ |
| 7 #pragma once | 7 #pragma once |
| 8 | 8 |
| 9 namespace extensions { | 9 namespace extensions { |
| 10 | 10 |
| 11 namespace switch_utils { | 11 namespace switch_utils { |
| 12 | 12 |
| 13 bool IsOffStoreInstallEnabled(); | 13 bool IsOffStoreInstallEnabled(); |
| 14 | 14 |
| 15 bool IsActionBoxEnabled(); |
| 16 |
| 15 } // switch_utils | 17 } // switch_utils |
| 16 | 18 |
| 17 } // extensions | 19 } // extensions |
| 18 | 20 |
| 19 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_SWITCH_UTILS_H_ | 21 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_SWITCH_UTILS_H_ |
| OLD | NEW |