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

Unified Diff: chrome/browser/ui/content_settings/content_setting_image_model.h

Issue 2171713002: Safe browsing subresource filter bubble UI skeleton. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: xib with osx 10.9 Created 4 years, 5 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/ui/content_settings/content_setting_image_model.h
diff --git a/chrome/browser/ui/content_settings/content_setting_image_model.h b/chrome/browser/ui/content_settings/content_setting_image_model.h
index 7daf444a9918160213a16175806118d14ff7b84d..33011cbe5baac6e43fecf8e238f6a9eb126fff13 100644
--- a/chrome/browser/ui/content_settings/content_setting_image_model.h
+++ b/chrome/browser/ui/content_settings/content_setting_image_model.h
@@ -65,6 +65,9 @@ class ContentSettingImageModel {
int explanatory_string_id() const { return explanatory_string_id_; }
const base::string16& get_tooltip() const { return tooltip_; }
+ static std::unique_ptr<ContentSettingImageModel>
+ CreateSubresourceFilterImageModelForTesting();
msramek 2016/07/27 09:46:22 I think this fundamentally doesn't belong here. We
melandory 2016/07/27 12:53:41 Done.
+
protected:
ContentSettingImageModel();
void SetIconByResourceId(int id);

Powered by Google App Engine
This is Rietveld 408576698