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

Unified Diff: chrome/browser/ui/extensions/extension_install_ui_default.h

Issue 244893004: Improve some naming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge and ShouldInitWithSystemTheme 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/ui/extensions/extension_install_ui_default.h
diff --git a/chrome/browser/ui/extensions/extension_install_ui_default.h b/chrome/browser/ui/extensions/extension_install_ui_default.h
index 60bfc0f018841493900fc41199b176d5cb3191de..3c5166289b6baf84389c4b579d71ec7e6778ba7d 100644
--- a/chrome/browser/ui/extensions/extension_install_ui_default.h
+++ b/chrome/browser/ui/extensions/extension_install_ui_default.h
@@ -26,7 +26,7 @@ class ExtensionInstallUIDefault : public ExtensionInstallUI {
private:
// Used to undo theme installation.
std::string previous_theme_id_;
- bool previous_using_native_theme_;
+ bool previous_using_system_theme_;
// Whether to show an installed bubble on app install, or use the default
// action of opening a new tab page.

Powered by Google App Engine
This is Rietveld 408576698