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

Unified Diff: chrome/browser/ui/webui/options/search_engine_manager_handler.h

Issue 684493002: Don't persist and sync omnibox extension keywords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change style to c++11 Created 6 years, 2 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/webui/options/search_engine_manager_handler.h
diff --git a/chrome/browser/ui/webui/options/search_engine_manager_handler.h b/chrome/browser/ui/webui/options/search_engine_manager_handler.h
index 40be5482428263da08d1b22b30fbb4d20a6f1901..172a5001a52e98aa57d4e061c512adcc3fc4b5fe 100644
--- a/chrome/browser/ui/webui/options/search_engine_manager_handler.h
+++ b/chrome/browser/ui/webui/options/search_engine_manager_handler.h
@@ -72,7 +72,7 @@ class SearchEngineManagerHandler : public OptionsPageUIHandler,
// Returns a dictionary to pass to WebUI representing the given search engine.
base::DictionaryValue* CreateDictionaryForEngine(
Peter Kasting 2014/10/29 18:55:51 Nit: This should all fit on one line now
vasilii 2014/11/03 15:14:30 Done.
- int index, bool is_default, bool is_extension);
+ int index, bool is_default);
// Returns a dictionary to pass to WebUI representing the extension.
base::DictionaryValue* CreateDictionaryForExtension(

Powered by Google App Engine
This is Rietveld 408576698