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

Side by Side Diff: chrome/browser/chromeos/login/account_creation_view.cc

Issue 5322001: Before starting translation reset cache in AutoFillManager. To call Reset() f... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: add Reset() Created 10 years 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
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 #include "chrome/browser/chromeos/login/account_creation_view.h" 5 #include "chrome/browser/chromeos/login/account_creation_view.h"
6 6
7 #include "base/string_util.h" 7 #include "base/string_util.h"
8 #include "webkit/glue/form_data.h" 8 #include "webkit/glue/form_data.h"
9 9
10 using webkit_glue::FormData; 10 using webkit_glue::FormData;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 virtual bool FillAutoFillFormData(int query_id, 62 virtual bool FillAutoFillFormData(int query_id,
63 const webkit_glue::FormData& form, 63 const webkit_glue::FormData& form,
64 const webkit_glue::FormField& field, 64 const webkit_glue::FormField& field,
65 int unique_id) { 65 int unique_id) {
66 return false; 66 return false;
67 } 67 }
68 68
69 virtual void ShowAutoFillDialog() {} 69 virtual void ShowAutoFillDialog() {}
70 70
71 virtual void Reset() {}
72
71 private: 73 private:
72 AccountCreationViewDelegate* delegate_; 74 AccountCreationViewDelegate* delegate_;
73 75
74 DISALLOW_COPY_AND_ASSIGN(AccountCreationTabContents); 76 DISALLOW_COPY_AND_ASSIGN(AccountCreationTabContents);
75 }; 77 };
76 78
77 /////////////////////////////////////////////////////////////////////////////// 79 ///////////////////////////////////////////////////////////////////////////////
78 // AccountCreationDomView, public: 80 // AccountCreationDomView, public:
79 81
80 AccountCreationDomView::AccountCreationDomView() : delegate_(NULL) { 82 AccountCreationDomView::AccountCreationDomView() : delegate_(NULL) {
(...skipping 27 matching lines...) Expand all
108 110
109 AccountCreationView::~AccountCreationView() { 111 AccountCreationView::~AccountCreationView() {
110 } 112 }
111 113
112 void AccountCreationView::SetAccountCreationViewDelegate( 114 void AccountCreationView::SetAccountCreationViewDelegate(
113 AccountCreationViewDelegate* delegate) { 115 AccountCreationViewDelegate* delegate) {
114 dom_view_->SetAccountCreationViewDelegate(delegate); 116 dom_view_->SetAccountCreationViewDelegate(delegate);
115 } 117 }
116 118
117 } // namespace chromeos 119 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/autofill/autofill_manager.h ('k') | chrome/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698