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

Unified Diff: chrome/browser/extensions/theme_installed_infobar_delegate.h

Issue 244893004: Improve some naming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 6 years, 8 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/extensions/theme_installed_infobar_delegate.h
diff --git a/chrome/browser/extensions/theme_installed_infobar_delegate.h b/chrome/browser/extensions/theme_installed_infobar_delegate.h
index bcc42b4590f254c57dc89df34777805900be2802..76d019b48857e0baecae0d1746990c18bc0e9914 100644
--- a/chrome/browser/extensions/theme_installed_infobar_delegate.h
+++ b/chrome/browser/extensions/theme_installed_infobar_delegate.h
@@ -31,14 +31,14 @@ class ThemeInstalledInfoBarDelegate : public ConfirmInfoBarDelegate,
static void Create(const extensions::Extension* new_theme,
Profile* profile,
const std::string& previous_theme_id,
- bool previous_using_native_theme);
+ bool previous_using_system_theme);
private:
ThemeInstalledInfoBarDelegate(ExtensionService* extension_service,
ThemeService* theme_service,
const extensions::Extension* new_theme,
const std::string& previous_theme_id,
- bool previous_using_native_theme);
+ bool previous_using_system_theme);
virtual ~ThemeInstalledInfoBarDelegate();
// ConfirmInfoBarDelegate:
@@ -67,7 +67,7 @@ class ThemeInstalledInfoBarDelegate : public ConfirmInfoBarDelegate,
// Used to undo theme install.
std::string previous_theme_id_;
- bool previous_using_native_theme_;
+ bool previous_using_system_theme_;
// Registers and unregisters us for notifications.
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698