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

Unified Diff: chrome/android/java/TabLoadStatus.template

Issue 177013006: [Android] Move LoadUrl from Tab upstream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 9 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/EmptyTabObserver.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/TabLoadStatus.template
diff --git a/chrome/android/java/ActivityTypeIds.template b/chrome/android/java/TabLoadStatus.template
similarity index 50%
copy from chrome/android/java/ActivityTypeIds.template
copy to chrome/android/java/TabLoadStatus.template
index 4f64e8bf8e8a5ba8d4e5e6530a4fdc1d8cf94432..e0044896c998c30947c3aca20c285d1a9e627f2b 100644
--- a/chrome/android/java/ActivityTypeIds.template
+++ b/chrome/android/java/TabLoadStatus.template
@@ -4,8 +4,8 @@
package org.chromium.chrome.browser;
-public class ActivityTypeIds {
-#define DEFINE_ACTIVITY_ID(id,value) public static final int ACTIVITY_##id = value;
-#include "chrome/browser/android/activity_type_id_list.h"
-#undef DEFINE_ACTIVITY_ID
+public class TabLoadStatus {
+#define DEFINE_TAB_LOAD_STATUS(name,value) \
+ public static final int name = value;
+#include "chrome/browser/android/tab_load_status.h"
}
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/EmptyTabObserver.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698