Index: chrome/browser/dom_ui/dom_ui_theme_source.h |
=================================================================== |
--- chrome/browser/dom_ui/dom_ui_theme_source.h (revision 17403) |
+++ chrome/browser/dom_ui/dom_ui_theme_source.h (working copy) |
@@ -5,6 +5,8 @@ |
#ifndef CHROME_BROWSER_DOM_UI_DOM_UI_THEME_SOURCE_H_ |
#define CHROME_BROWSER_DOM_UI_DOM_UI_THEME_SOURCE_H_ |
+#include <string> |
+ |
#include "chrome/browser/dom_ui/chrome_url_data_manager.h" |
class Profile; |
@@ -29,6 +31,10 @@ |
// Fetch and send the theme bitmap. |
void SendThemeBitmap(int request_id, int resource_id); |
+ // Get the CSS string for the background position on the new tab page for the |
+ // states when the bar is attached or detached. |
+ std::string GetNewTabBackgroundCSS(bool bar_attached); |
+ |
Profile* profile_; |
DISALLOW_COPY_AND_ASSIGN(DOMUIThemeSource); |
}; |