Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1518)

Unified Diff: chrome/browser/android/android_protocol_adapter.h

Issue 10880025: [Android] Fix handling of asset files loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « no previous file | chrome/browser/android/android_protocol_adapter.cc » ('j') | chrome/browser/android/android_protocol_adapter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698