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

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

Issue 2088443003: Shortcut ctrl+shift+T added on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes based on review feedback. Created 4 years, 6 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/recently_closed_tabs_bridge.h
diff --git a/chrome/browser/android/recently_closed_tabs_bridge.h b/chrome/browser/android/recently_closed_tabs_bridge.h
index 1c0268d2686f819ba47cc62f8d298e31fb718385..290f3801c35b4453c5d27b7c3065da6392652b87 100644
--- a/chrome/browser/android/recently_closed_tabs_bridge.h
+++ b/chrome/browser/android/recently_closed_tabs_bridge.h
@@ -13,6 +13,7 @@
#include "components/sessions/core/tab_restore_service_observer.h"
class Profile;
+class TabModel;
// Provides the list of recently closed tabs to Java.
class RecentlyClosedTabsBridge : public sessions::TabRestoreServiceObserver {
@@ -35,6 +36,11 @@ class RecentlyClosedTabsBridge : public sessions::TabRestoreServiceObserver {
const base::android::JavaParamRef<jobject>& jtab,
jint tab_id,
jint j_disposition);
+
Theresa 2016/06/30 20:50:25 nit: remove this line and the one after the method
xingliu 2016/07/01 00:30:38 Done.
+ jboolean OpenMostRecentlyClosedTab(
+ JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& obj);
+
void ClearRecentlyClosedTabs(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);

Powered by Google App Engine
This is Rietveld 408576698