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

Unified Diff: content/public/android/java/src/org/chromium/content/app/ChildProcessService.java

Issue 657163004: Fix Java indentation issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | content/public/android/java/src/org/chromium/content/app/ChromiumLinkerParams.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/app/ChildProcessService.java
diff --git a/content/public/android/java/src/org/chromium/content/app/ChildProcessService.java b/content/public/android/java/src/org/chromium/content/app/ChildProcessService.java
index 279973017a9500d70ae7cc1edb43181381d10477..1e175a753a0ec9215f1719b9bf5a899fb44b5b20 100644
--- a/content/public/android/java/src/org/chromium/content/app/ChildProcessService.java
+++ b/content/public/android/java/src/org/chromium/content/app/ChildProcessService.java
@@ -167,7 +167,7 @@ public class ChildProcessService extends Service {
} catch (ProcessInitException e) {
if (requestedSharedRelro) {
Log.w(TAG, "Failed to load native library with shared RELRO, " +
- "retrying without");
+ "retrying without");
loadAtFixedAddressFailed = true;
} else {
Log.e(TAG, "Failed to load native library", e);
@@ -325,7 +325,7 @@ public class ChildProcessService extends Service {
@SuppressWarnings("unused")
@CalledByNative
private void createSurfaceTextureSurface(
- int surfaceTextureId, int clientId, SurfaceTexture surfaceTexture) {
+ int surfaceTextureId, int clientId, SurfaceTexture surfaceTexture) {
if (mCallback == null) {
Log.e(TAG, "No callback interface has been provided.");
return;
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/app/ChromiumLinkerParams.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698