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

Unified Diff: chrome/browser/ui/android/infobars/infobar_android.h

Issue 2226633002: Add a feature to display a persistence toggle for permission prompts on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits, verbal change to make it geolocation-only Created 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/android/infobars/infobar_android.h
diff --git a/chrome/browser/ui/android/infobars/infobar_android.h b/chrome/browser/ui/android/infobars/infobar_android.h
index 7e2938e0ef6ebd5bcbf510c7d42b94f8ecf011be..c7bbf0c06b9ff432efabe188e51535448c473b7a 100644
--- a/chrome/browser/ui/android/infobars/infobar_android.h
+++ b/chrome/browser/ui/android/infobars/infobar_android.h
@@ -7,9 +7,7 @@
#include <string>
-#include "base/android/jni_weak_ref.h"
#include "base/android/scoped_java_ref.h"
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "components/infobars/core/infobar.h"

Powered by Google App Engine
This is Rietveld 408576698