| Index: chrome/browser/extensions/api/dial/dial_api_factory.cc
|
| diff --git a/chrome/browser/extensions/api/dial/dial_api_factory.cc b/chrome/browser/extensions/api/dial/dial_api_factory.cc
|
| index 446601017cff15abb187f5a396911cc995ed16a3..1451b7b034f555fb0c222e003e902cb4f01d1c38 100644
|
| --- a/chrome/browser/extensions/api/dial/dial_api_factory.cc
|
| +++ b/chrome/browser/extensions/api/dial/dial_api_factory.cc
|
| @@ -35,10 +35,6 @@ scoped_refptr<RefcountedProfileKeyedService>
|
| return scoped_refptr<DialAPI>(new DialAPI(static_cast<Profile*>(profile)));
|
| }
|
|
|
| -bool DialAPIFactory::ServiceRedirectedInIncognito() const {
|
| - return false;
|
| -}
|
| -
|
| bool DialAPIFactory::ServiceIsCreatedWithProfile() const {
|
| return true;
|
| }
|
|
|