| Index: content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
|
| diff --git a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
|
| index 06bf7ae9cfec15885409f261e4f71675d6f01a9c..06c2517009165f2225824b65c5bd4ba28ac7d231 100644
|
| --- a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
|
| +++ b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
|
| @@ -231,6 +231,14 @@ public interface WebContents {
|
| public boolean hasAccessedInitialDocument();
|
|
|
| /**
|
| + * This returns the theme color as set by the theme-color meta tag after getting rid of the
|
| + * alpha.
|
| + * @param The default color to be returned if the cached color is not valid.
|
| + * @return The theme color for the content as set by the theme-color meta tag.
|
| + */
|
| + public int getThemeColor(int defaultColor);
|
| +
|
| + /**
|
| * Add an observer to the WebContents
|
| *
|
| * @param observer The observer to add.
|
|
|