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

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

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 years, 2 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/browser/android/compositor/layer/toolbar_layer.cc ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index 256ff70aa9519c3a49bf458a8ea5e4cd950ed424..9f8c5ad61a57f394786f48628e2edb143a8e56ab 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -221,11 +221,12 @@ class TabAndroid : public CoreTabHelperDelegate,
static void CreateHistoricalTabFromContents(
content::WebContents* web_contents);
- void UpdateTopControlsState(JNIEnv* env,
- const base::android::JavaParamRef<jobject>& obj,
- jint constraints,
- jint current,
- jboolean animate);
+ void UpdateBrowserControlsState(
+ JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& obj,
+ jint constraints,
+ jint current,
+ jboolean animate);
void LoadOriginalImage(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);
« no previous file with comments | « chrome/browser/android/compositor/layer/toolbar_layer.cc ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698