Revert 248827 "android: Migrate old content readback to use asyn..."
[chromium-blink-merge.git] / chrome / android / testshell / chrome_main_delegate_testshell_android.h
blobd07782cc3aee5cd528dafd368b22744fd119d2d3
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_ANDROID_TESTSHELL_CHROME_MAIN_DELEGATE_TESTSHELL_ANDROID_H_
6 #define CHROME_ANDROID_TESTSHELL_CHROME_MAIN_DELEGATE_TESTSHELL_ANDROID_H_
8 #include "chrome/app/android/chrome_main_delegate_android.h"
10 class ChromeMainDelegateTestShellAndroid : public ChromeMainDelegateAndroid {
11 public:
12 ChromeMainDelegateTestShellAndroid();
13 virtual ~ChromeMainDelegateTestShellAndroid();
15 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
17 private:
18 DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateTestShellAndroid);
21 #endif // CHROME_ANDROID_TESTSHELL_CHROME_MAIN_DELEGATE_TESTSHELL_ANDROID_H_