Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "chrome/browser/search/instant_service_observer.h" | |
| 6 | |
| 7 void InstantServiceObserver::ThemeInfoChanged(const ThemeBackgroundInfo&) {} | |
|
samarth
2013/07/26 23:33:15
nit: I don't know if there's a style guide rule fo
Anuj
2013/07/31 07:16:18
I just ran "git cl format". Let me know if you fee
| |
| 8 | |
| 9 void InstantServiceObserver::MostVisitedItemsChanged( | |
| 10 const std::vector<InstantMostVisitedItem>&) {} | |
| 11 | |
| 12 void InstantServiceObserver::DefaultSearchProviderChanged() {} | |
| 13 | |
| 14 void InstantServiceObserver::GoogleURLUpdated() {} | |
| OLD | NEW |