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

Unified Diff: chrome/browser/protector/base_setting_change.h

Issue 9701037: Misc. protector cleanup: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/protector/default_search_provider_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/protector/base_setting_change.h
===================================================================
--- chrome/browser/protector/base_setting_change.h (revision 126661)
+++ chrome/browser/protector/base_setting_change.h (working copy)
@@ -84,9 +84,8 @@
// |backup| will be owned by the returned |BaseSettingChange| instance. |actual|
// is not owned and is safe to destroy after Protector::ShowChange has been
// called for the returned instance.
-BaseSettingChange* CreateDefaultSearchProviderChange(
- const TemplateURL* actual,
- TemplateURL* backup);
+BaseSettingChange* CreateDefaultSearchProviderChange(const TemplateURL* actual,
+ TemplateURL* backup);
// Allocates and initializes BaseSettingChange implementation for session
// startup setting. Reports corresponding histograms.
« no previous file with comments | « no previous file | chrome/browser/protector/default_search_provider_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698