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

Unified Diff: chrome/browser/search_engines/search_terms_data.cc

Issue 8568039: Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initializers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/search_engines/search_terms_data.cc
===================================================================
--- chrome/browser/search_engines/search_terms_data.cc (revision 110237)
+++ chrome/browser/search_engines/search_terms_data.cc (working copy)
@@ -33,7 +33,8 @@
GURL::Replacements repl;
// Replace any existing path with "/complete/".
- repl.SetPathStr("/complete/");
+ static const std::string suggest_path("/complete/");
+ repl.SetPathStr(suggest_path);
// Clear the query and ref.
repl.ClearQuery();
« no previous file with comments | « chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc ('k') | chrome/browser/ui/gtk/about_chrome_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698