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

Unified Diff: content/browser/android/web_contents_observer_android.h

Issue 382643002: Rename brand-color to theme-color. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: content/browser/android/web_contents_observer_android.h
diff --git a/content/browser/android/web_contents_observer_android.h b/content/browser/android/web_contents_observer_android.h
index 09b98b63000f6d804a614e6a85b76b970ac7d674..e13606c3812455cd19ce65d7a617988b320aaa50 100644
--- a/content/browser/android/web_contents_observer_android.h
+++ b/content/browser/android/web_contents_observer_android.h
@@ -81,7 +81,7 @@ class WebContentsObserverAndroid : public WebContentsObserver {
virtual void WebContentsDestroyed() OVERRIDE;
virtual void DidAttachInterstitialPage() OVERRIDE;
virtual void DidDetachInterstitialPage() OVERRIDE;
- virtual void DidChangeBrandColor(SkColor color) OVERRIDE;
+ virtual void DidChangeThemeColor(SkColor color) OVERRIDE;
void DidFailLoadInternal(bool is_provisional_load,
bool is_main_frame,

Powered by Google App Engine
This is Rietveld 408576698