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

Unified Diff: chrome/browser/dom_ui/shown_sections_handler.h

Issue 4885001: Merge 65917 - Open apps section on NTP when new app get installed... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552/src/
Patch Set: Created 10 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/dom_ui/shown_sections_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/shown_sections_handler.h
===================================================================
--- chrome/browser/dom_ui/shown_sections_handler.h (revision 65923)
+++ chrome/browser/dom_ui/shown_sections_handler.h (working copy)
@@ -8,10 +8,10 @@
#include "chrome/browser/dom_ui/dom_ui.h"
#include "chrome/common/notification_observer.h"
-#include "chrome/common/notification_registrar.h"
#include "chrome/browser/prefs/pref_change_registrar.h"
class DOMUI;
+class Extension;
class Value;
class PrefService;
@@ -63,10 +63,12 @@
int old_pref_version,
int new_pref_version);
+ static void OnExtensionInstalled(PrefService* prefs,
+ const Extension* extension);
+
private:
PrefService* pref_service_;
PrefChangeRegistrar pref_registrar_;
- NotificationRegistrar notification_registrar_;
DISALLOW_COPY_AND_ASSIGN(ShownSectionsHandler);
};
« no previous file with comments | « no previous file | chrome/browser/dom_ui/shown_sections_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698