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

Unified Diff: content/public/android/java/src/org/chromium/content/common/TopControlsState.template

Issue 14139013: Hide location bar on Javascript-initiated scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync, merge, address style nits. Created 7 years, 7 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
« no previous file with comments | « content/content_common.gypi ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/common/TopControlsState.template
diff --git a/content/public/android/java/src/org/chromium/content/common/ResultCodes.template b/content/public/android/java/src/org/chromium/content/common/TopControlsState.template
similarity index 50%
copy from content/public/android/java/src/org/chromium/content/common/ResultCodes.template
copy to content/public/android/java/src/org/chromium/content/common/TopControlsState.template
index 69962bf289251a06b0b66b654bbf79e96969f462..97a3f17b7cdf318d63f569d9581e7df554356509 100644
--- a/content/public/android/java/src/org/chromium/content/common/ResultCodes.template
+++ b/content/public/android/java/src/org/chromium/content/common/TopControlsState.template
@@ -4,10 +4,9 @@
package org.chromium.content.common;
-public class ResultCodes {
-#define RESULT_CODE(label, value) public static final int \
- RESULT_CODE_ ## label = value;
-#include "content/public/common/result_codes_list.h"
-#undef RESULT_CODE
+public class TopControlsState {
+#define DEFINE_TOP_CONTROLS_STATE(name, value) public static final int name = value;
+#include "content/public/common/top_controls_state_list.h"
+#undef DEFINE_TOP_CONTROLS_STATE
}
« no previous file with comments | « content/content_common.gypi ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698