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

Unified Diff: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java

Issue 713443003: While loading a page in tabmanager mode, control should come on content page hiding the tabmanager … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java
index e550da6559fde6e35acb2cff7a3f2a2591ed244e..696e8cef5e786d327cde7dacb76e483cdee2200a 100644
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java
@@ -165,6 +165,9 @@ public class ChromeShellToolbar extends LinearLayout {
// This will set |mTab| by calling showTab().
// TODO(aurimas): Factor out initial tab creation to the activity level.
+ if (mTabManager.isTabSwitcherVisible()) {
Bernhard Bauer 2014/11/07 11:02:39 This should come before the comment, as the commen
divya.bansal 2014/11/07 11:38:33 Done.
+ mTabManager.hideTabSwitcher();
+ }
Tab tab = mTabManager.openUrl(
UrlUtilities.fixupUrl(mUrlTextView.getText().toString()));
mUrlTextView.clearFocus();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698