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

Unified Diff: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java

Issue 1095553005: Replace ActionBarActivity with AppCompatActivity. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « chrome/android/java/src/org/chromium/chrome/browser/preferences/Preferences.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java
index d167e5d1db950c98d17fae60d609f6372246974d..4e77c83c002aaa7676b1d818b5bba9fa2e3e9e88 100644
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java
@@ -10,7 +10,7 @@ import android.app.Notification;
import android.content.Intent;
import android.os.Bundle;
import android.provider.Browser;
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.util.Log;
import android.view.KeyEvent;
@@ -65,7 +65,7 @@ import org.chromium.ui.base.WindowAndroid;
/**
* The {@link android.app.Activity} component of a basic test shell to test Chrome features.
*/
-public class ChromeShellActivity extends ActionBarActivity implements AppMenuPropertiesDelegate {
+public class ChromeShellActivity extends AppCompatActivity implements AppMenuPropertiesDelegate {
private static final String TAG = "ChromeShellActivity";
/**
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/Preferences.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698