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

Unified Diff: customtabs/src/android/support/customtabs/CustomTabsIntent.java

Issue 1603383003: color, package and action bar configuration. (Closed) Base URL: https://github.com/GoogleChrome/custom-tabs-client.git@master
Patch Set: Added action bar configuration item. Created 4 years, 10 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 | « no previous file | demos/build.gradle » ('j') | demos/build.gradle » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: customtabs/src/android/support/customtabs/CustomTabsIntent.java
diff --git a/customtabs/src/android/support/customtabs/CustomTabsIntent.java b/customtabs/src/android/support/customtabs/CustomTabsIntent.java
index 83d5afd828ee9e805e12762de819ac541f22abc9..50a2ddc004610fecc43a9fa8f8ca15e98b797eec 100644
--- a/customtabs/src/android/support/customtabs/CustomTabsIntent.java
+++ b/customtabs/src/android/support/customtabs/CustomTabsIntent.java
@@ -270,6 +270,7 @@ public final class CustomTabsIntent {
/**
* Sets whether the title should be shown in the custom tab.
*
+ *
BigBossZhiling 2016/02/08 22:57:32 Probably I should take this away.
* @param showTitle Whether the title should be shown.
*/
public Builder setShowTitle(boolean showTitle) {
« no previous file with comments | « no previous file | demos/build.gradle » ('j') | demos/build.gradle » ('J')

Powered by Google App Engine
This is Rietveld 408576698