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

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 8342049: Added Protector, hooked up DSE verification with error bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved check to Protector, work with search engines via TemplateURLService Created 9 years, 2 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: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index cc9fbe7e3e0aa04b3019247beb13cec2a745293f..5c780d5e7f4843f2c6a9ee3a328d017962d2ab49 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -35,6 +35,10 @@ class Preferences;
}
#endif
+namespace protector {
+class Protector;
+}
+
// The default profile implementation.
class ProfileImpl : public Profile,
public content::NotificationObserver {
@@ -291,6 +295,8 @@ class ProfileImpl : public Profile,
chrome_browser_net::Predictor* predictor_;
+ scoped_ptr<protector::Protector> protector_;
sky 2011/10/21 17:20:30 You'll need to run this by Elliott. We're moving t
whywhat 2011/10/21 20:31:53 Move this off Profile
+
DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
};
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | chrome/browser/search_engines/template_url_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698