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

Unified Diff: android_webview/java/src/org/chromium/android_webview/permission/AwPermissionRequest.java

Issue 2322343002: Fix "notificiation" and "soruce" typos. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_notification.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/permission/AwPermissionRequest.java
diff --git a/android_webview/java/src/org/chromium/android_webview/permission/AwPermissionRequest.java b/android_webview/java/src/org/chromium/android_webview/permission/AwPermissionRequest.java
index 93b7d86455cd1452231fd76a50cb893bfbb11c5b..839b0ce6306615d1b26f1a8c763131c0f2796478 100644
--- a/android_webview/java/src/org/chromium/android_webview/permission/AwPermissionRequest.java
+++ b/android_webview/java/src/org/chromium/android_webview/permission/AwPermissionRequest.java
@@ -30,7 +30,7 @@ public class AwPermissionRequest {
// This should be same as corresponding definition in PermissionRequest.
// We duplicate definition because it is used in Android L and afterwards, but is only
// defined in M.
- // TODO(michaelbai) : Replace "android.webkit.resoruce.MIDI_SYSEX" with
+ // TODO(michaelbai) : Replace "android.webkit.resource.MIDI_SYSEX" with
// PermissionRequest.RESOURCE_MIDI_SYSEX once Android M SDK is used.
public static final String RESOURCE_MIDI_SYSEX = "android.webkit.resource.MIDI_SYSEX";
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698