| Index: chrome/browser/extensions/api/commands/command_service_factory.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/commands/command_service_factory.cc (revision 154876)
|
| +++ chrome/browser/extensions/api/commands/command_service_factory.cc (working copy)
|
| @@ -22,7 +22,7 @@
|
| return Singleton<CommandServiceFactory>::get();
|
| }
|
|
|
| -bool CommandServiceFactory::ServiceIsCreatedWithProfile() {
|
| +bool CommandServiceFactory::ServiceIsCreatedWithProfile() const {
|
| return true;
|
| }
|
|
|
| @@ -40,7 +40,7 @@
|
| return new CommandService(profile);
|
| }
|
|
|
| -bool CommandServiceFactory::ServiceRedirectedInIncognito() {
|
| +bool CommandServiceFactory::ServiceRedirectedInIncognito() const {
|
| return true;
|
| }
|
|
|
|
|