| Index: chrome/browser/dom_ui/new_tab_ui.h
|
| ===================================================================
|
| --- chrome/browser/dom_ui/new_tab_ui.h (revision 22748)
|
| +++ chrome/browser/dom_ui/new_tab_ui.h (working copy)
|
| @@ -31,7 +31,11 @@
|
| // Whether we should disable the web resources backend service
|
| static bool WebResourcesEnabled();
|
|
|
| - private:
|
| + // Whether we should disable the first run notification based on the command
|
| + // line switch.
|
| + static bool FirstRunDisabled();
|
| +
|
| +private:
|
| void Observe(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
| Property changes on: chrome\browser\dom_ui\new_tab_ui.h
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/dom_ui/new_tab_ui.h:r21854
|
|
|
|
|