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

Unified Diff: chrome/test/base/test_location_bar.h

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/test/base/test_location_bar.h
diff --git a/chrome/test/base/test_location_bar.h b/chrome/test/base/test_location_bar.h
index 57a4c1d12081dc9a73493f41c26b83459f2e2e6e..f0edfd98e586f437719ea55ed645b7443e65e986 100644
--- a/chrome/test/base/test_location_bar.h
+++ b/chrome/test/base/test_location_bar.h
@@ -28,8 +28,6 @@ class TestLocationBar : public LocationBar {
// Overridden from LocationBar:
virtual void ShowFirstRunBubble() OVERRIDE {}
- virtual void SetInstantSuggestion(
- const InstantSuggestion& suggestion) OVERRIDE {}
virtual string16 GetInputString() const OVERRIDE;
virtual WindowOpenDisposition GetWindowOpenDisposition() const OVERRIDE;
virtual content::PageTransition GetPageTransition() const OVERRIDE;
@@ -57,5 +55,4 @@ class TestLocationBar : public LocationBar {
DISALLOW_COPY_AND_ASSIGN(TestLocationBar);
};
-
#endif // CHROME_TEST_BASE_TEST_LOCATION_BAR_H_

Powered by Google App Engine
This is Rietveld 408576698