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

Side by Side Diff: chrome/browser/android/password_ui_view_android.h

Issue 247263009: Rename jni_helper.h to jni_weak_ref.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 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 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_BROWSER_ANDROID_PASSWORD_UI_VIEW_ANDROID_H_ 5 #ifndef CHROME_BROWSER_ANDROID_PASSWORD_UI_VIEW_ANDROID_H_
6 #define CHROME_BROWSER_ANDROID_PASSWORD_UI_VIEW_ANDROID_H_ 6 #define CHROME_BROWSER_ANDROID_PASSWORD_UI_VIEW_ANDROID_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/android/jni_helper.h" 10 #include "base/android/jni_weak_ref.h"
11 #include "base/android/scoped_java_ref.h" 11 #include "base/android/scoped_java_ref.h"
12 #include "chrome/browser/password_manager/password_store_factory.h" 12 #include "chrome/browser/password_manager/password_store_factory.h"
13 #include "chrome/browser/ui/passwords/password_manager_presenter.h" 13 #include "chrome/browser/ui/passwords/password_manager_presenter.h"
14 #include "chrome/browser/ui/passwords/password_ui_view.h" 14 #include "chrome/browser/ui/passwords/password_ui_view.h"
15 #include "components/password_manager/core/browser/password_store.h" 15 #include "components/password_manager/core/browser/password_store.h"
16 #include "components/password_manager/core/browser/password_store_consumer.h" 16 #include "components/password_manager/core/browser/password_store_consumer.h"
17 17
18 // PasswordUIView for Android, contains jni hooks that allows Android UI to 18 // PasswordUIView for Android, contains jni hooks that allows Android UI to
19 // display passwords and route UI commands back to native 19 // display passwords and route UI commands back to native
20 // PasswordManagerPresenter. 20 // PasswordManagerPresenter.
(...skipping 29 matching lines...) Expand all
50 50
51 private: 51 private:
52 PasswordManagerPresenter password_manager_presenter_; 52 PasswordManagerPresenter password_manager_presenter_;
53 // Java side of UI controller. 53 // Java side of UI controller.
54 JavaObjectWeakGlobalRef weak_java_ui_controller_; 54 JavaObjectWeakGlobalRef weak_java_ui_controller_;
55 55
56 DISALLOW_COPY_AND_ASSIGN(PasswordUIViewAndroid); 56 DISALLOW_COPY_AND_ASSIGN(PasswordUIViewAndroid);
57 }; 57 };
58 58
59 #endif // CHROME_BROWSER_ANDROID_PASSWORD_UI_VIEW_ANDROID_H_ 59 #endif // CHROME_BROWSER_ANDROID_PASSWORD_UI_VIEW_ANDROID_H_
OLDNEW
« no previous file with comments | « chrome/browser/android/omnibox/omnibox_prerender.h ('k') | chrome/browser/android/password_ui_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698