| 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 49167a32f548e0bc1839c1697f92cc6a72252b4e..67d3d3b8265e6b31bf53f5b4049d5945ccb317ec 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
|
| @@ -7,6 +7,7 @@ package org.chromium.chrome.shell;
|
| import android.app.Activity;
|
| import android.content.Intent;
|
| import android.os.Bundle;
|
| +import android.support.v7.app.ActionBarActivity;
|
| import android.text.TextUtils;
|
| import android.util.Log;
|
| import android.view.KeyEvent;
|
| @@ -52,7 +53,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 Activity implements AppMenuPropertiesDelegate {
|
| +public class ChromeShellActivity extends ActionBarActivity implements AppMenuPropertiesDelegate {
|
| private static final String TAG = "ChromeShellActivity";
|
|
|
| /**
|
|
|