summaryrefslogtreecommitdiffstats
path: root/android_webview/common
diff options
context:
space:
mode:
authorsimonb <simonb@chromium.org>2015-09-10 10:34:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-10 17:35:12 +0000
commit201d2ae4d50a755f3b4ba799c00590cfa2fe3b93 (patch)
treed53b8769bddf949498502e08fdf366e3820638b3 /android_webview/common
parent414d29f60e80faaf06ff974e4967bc4452fa3fa7 (diff)
downloadchromium_src-201d2ae4d50a755f3b4ba799c00590cfa2fe3b93.zip
chromium_src-201d2ae4d50a755f3b4ba799c00590cfa2fe3b93.tar.gz
chromium_src-201d2ae4d50a755f3b4ba799c00590cfa2fe3b93.tar.bz2
[Android WebView] Fix a couple of typos
Fix a couple of typos in variable names/commentary introduced in: https://codereview.chromium.org/1315633003/ No functional effect. BUG=156062 Review URL: https://codereview.chromium.org/1331943002 Cr-Commit-Position: refs/heads/master@{#348175}
Diffstat (limited to 'android_webview/common')
-rw-r--r--android_webview/common/aw_switches.cc2
-rw-r--r--android_webview/common/aw_switches.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc
index 23ed453..6a8dc2a 100644
--- a/android_webview/common/aw_switches.cc
+++ b/android_webview/common/aw_switches.cc
@@ -8,6 +8,6 @@ namespace switches {
const char kEnablePageVisibility[] = "enable-page-visibility";
const char kUseInProcCommandBuffer[] = "use-in-proc-command-buffer";
-const char kWebViewSanboxedRenderer[] = "webview-sandboxed-renderer";
+const char kWebViewSandboxedRenderer[] = "webview-sandboxed-renderer";
} // namespace switches
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
index 5b3569b..9f72ade 100644
--- a/android_webview/common/aw_switches.h
+++ b/android_webview/common/aw_switches.h
@@ -9,7 +9,7 @@ namespace switches {
extern const char kEnablePageVisibility[];
extern const char kUseInProcCommandBuffer[];
-extern const char kWebViewSanboxedRenderer[];
+extern const char kWebViewSandboxedRenderer[];
} // namespace switches