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

Side by Side Diff: chrome/test/base/test_location_bar.h

Issue 21668003: Implement newly saved card bubble for realz and update generated card bubble to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/views/bubble/bubble_frame_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_TEST_BASE_TEST_LOCATION_BAR_H_ 5 #ifndef CHROME_TEST_BASE_TEST_LOCATION_BAR_H_
6 #define CHROME_TEST_BASE_TEST_LOCATION_BAR_H_ 6 #define CHROME_TEST_BASE_TEST_LOCATION_BAR_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/strings/string16.h" 9 #include "base/strings/string16.h"
10 #include "chrome/browser/ui/omnibox/location_bar.h" 10 #include "chrome/browser/ui/omnibox/location_bar.h"
(...skipping 20 matching lines...) Expand all
31 virtual string16 GetInputString() const OVERRIDE; 31 virtual string16 GetInputString() const OVERRIDE;
32 virtual WindowOpenDisposition GetWindowOpenDisposition() const OVERRIDE; 32 virtual WindowOpenDisposition GetWindowOpenDisposition() const OVERRIDE;
33 virtual content::PageTransition GetPageTransition() const OVERRIDE; 33 virtual content::PageTransition GetPageTransition() const OVERRIDE;
34 virtual void AcceptInput() OVERRIDE {} 34 virtual void AcceptInput() OVERRIDE {}
35 virtual void FocusLocation(bool select_all) OVERRIDE {} 35 virtual void FocusLocation(bool select_all) OVERRIDE {}
36 virtual void FocusSearch() OVERRIDE {} 36 virtual void FocusSearch() OVERRIDE {}
37 virtual void UpdateContentSettingsIcons() OVERRIDE {} 37 virtual void UpdateContentSettingsIcons() OVERRIDE {}
38 virtual void UpdatePageActions() OVERRIDE {} 38 virtual void UpdatePageActions() OVERRIDE {}
39 virtual void InvalidatePageActions() OVERRIDE {} 39 virtual void InvalidatePageActions() OVERRIDE {}
40 virtual void UpdateOpenPDFInReaderPrompt() OVERRIDE {} 40 virtual void UpdateOpenPDFInReaderPrompt() OVERRIDE {}
41 virtual void UpdateAutofillCreditCardView() OVERRIDE {} 41 virtual void UpdateGeneratedCreditCardView() OVERRIDE {}
42 virtual void SaveStateToContents(content::WebContents* contents) OVERRIDE {} 42 virtual void SaveStateToContents(content::WebContents* contents) OVERRIDE {}
43 virtual void Revert() OVERRIDE {} 43 virtual void Revert() OVERRIDE {}
44 virtual const OmniboxView* GetLocationEntry() const OVERRIDE; 44 virtual const OmniboxView* GetLocationEntry() const OVERRIDE;
45 virtual OmniboxView* GetLocationEntry() OVERRIDE; 45 virtual OmniboxView* GetLocationEntry() OVERRIDE;
46 virtual LocationBarTesting* GetLocationBarForTesting() OVERRIDE; 46 virtual LocationBarTesting* GetLocationBarForTesting() OVERRIDE;
47 47
48 private: 48 private:
49 49
50 // Test-supplied values that will be returned through the LocationBar 50 // Test-supplied values that will be returned through the LocationBar
51 // interface. 51 // interface.
52 string16 input_string_; 52 string16 input_string_;
53 WindowOpenDisposition disposition_; 53 WindowOpenDisposition disposition_;
54 content::PageTransition transition_; 54 content::PageTransition transition_;
55 55
56 DISALLOW_COPY_AND_ASSIGN(TestLocationBar); 56 DISALLOW_COPY_AND_ASSIGN(TestLocationBar);
57 }; 57 };
58 58
59 59
60 #endif // CHROME_TEST_BASE_TEST_LOCATION_BAR_H_ 60 #endif // CHROME_TEST_BASE_TEST_LOCATION_BAR_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/views/bubble/bubble_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698