| Index: chrome/browser/extensions/extension_toolbar_model.h
|
| diff --git a/chrome/browser/extensions/extension_toolbar_model.h b/chrome/browser/extensions/extension_toolbar_model.h
|
| index f0de29ce5414c1e8e8074e5b65e02cee7e1a2699..f3025b795255afaef5d5512176e928e5a7915fb5 100644
|
| --- a/chrome/browser/extensions/extension_toolbar_model.h
|
| +++ b/chrome/browser/extensions/extension_toolbar_model.h
|
| @@ -155,6 +155,10 @@ class ExtensionToolbarModel : public content::NotificationObserver,
|
| // number of visible icons will be reset to what it was before highlighting.
|
| void StopHighlighting();
|
|
|
| + // Returns true if the toolbar model is running with the redesign and is
|
| + // showing new icons as a result.
|
| + bool RedesignIsShowingNewIcons() const;
|
| +
|
| private:
|
| // content::NotificationObserver:
|
| void Observe(int type,
|
|
|