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

Unified Diff: chrome/browser/android/chrome_main_delegate_staging_android.h

Issue 1320253002: Merge ChromeMainDelegateStagingAndroid into ChromeMainDelegateAndroid. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: used more specific DEPS rule Created 5 years, 3 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
Index: chrome/browser/android/chrome_main_delegate_staging_android.h
diff --git a/chrome/browser/android/chrome_main_delegate_staging_android.h b/chrome/browser/android/chrome_main_delegate_staging_android.h
index dbf5b58848a50817b9dbfc08b692e01e6d49c2ee..d176a88bdbad05580773fecccc3deab747905bda 100644
--- a/chrome/browser/android/chrome_main_delegate_staging_android.h
+++ b/chrome/browser/android/chrome_main_delegate_staging_android.h
@@ -15,22 +15,6 @@ class ChromeMainDelegateStagingAndroid : public ChromeMainDelegateAndroid {
ChromeMainDelegateStagingAndroid();
~ChromeMainDelegateStagingAndroid() override;
- protected:
- int RunProcess(
- const std::string& process_type,
- const content::MainFunctionParams& main_function_params) override;
-#if defined(SAFE_BROWSING_DB_REMOTE)
- virtual SafeBrowsingApiHandler* CreateSafeBrowsingApiHandler();
-#endif
-
- private:
- bool BasicStartupComplete(int* exit_code) override;
- void ProcessExiting(const std::string& process_type) override;
-
-#if defined(SAFE_BROWSING_DB_REMOTE)
- scoped_ptr<SafeBrowsingApiHandler> safe_browsing_api_handler_;
-#endif
-
DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateStagingAndroid);
};

Powered by Google App Engine
This is Rietveld 408576698