Chromium Code Reviews| Index: chrome/browser/android/android_protocol_adapter.h |
| diff --git a/chrome/browser/android/android_protocol_adapter.h b/chrome/browser/android/android_protocol_adapter.h |
| index 3cf11e801fdb5d48da38246fcc553d7b6b658bcd..abf2a9e1913b2be43e3816d9faaef0c20bf170c7 100644 |
| --- a/chrome/browser/android/android_protocol_adapter.h |
| +++ b/chrome/browser/android/android_protocol_adapter.h |
| @@ -14,7 +14,7 @@ class AndroidProtocolAdapter { |
| static net::URLRequest::ProtocolFactory Factory; |
|
joth
2012/08/23 18:23:28
wow. I've never seen this syntax for declaring a f
|
| // Register the protocol factories for all supported Android protocol |
| - // schemes. |
| + // schemes. Assumes that the profile already exists. |
| static bool RegisterProtocols(JNIEnv* env); |
| private: |