Index: chrome/browser/spellchecker/spelling_service_client.h |
=================================================================== |
--- chrome/browser/spellchecker/spelling_service_client.h (revision 141803) |
+++ chrome/browser/spellchecker/spelling_service_client.h (working copy) |
@@ -89,6 +89,9 @@ |
const string16& text, |
const TextCheckCompleteCallback& callback); |
+ // Returns whether the specified service is avilable for the given profile. |
Avi (use Gerrit)
2012/06/13 14:46:46
s/avilable/available/
Hironori Bono
2012/06/14 03:28:38
Done.
|
+ static bool IsAvailable(Profile* profile, ServiceType type); |
+ |
private: |
// Creates a URLFetcher object used for sending a JSON-RPC request. This |
// function is overriden by unit tests to prevent them from actually sending |