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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/IntentHandler.java

Issue 1214723012: Track whether a created WebContents has a resume pending. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 5 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/document/DocumentActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/IntentHandler.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/IntentHandler.java b/chrome/android/java/src/org/chromium/chrome/browser/IntentHandler.java
index 74316cea18bba74475462be467f5699df4c493a3..10bec26ea5d8efca894c1131be4c6ec4fa5c2885 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/IntentHandler.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/IntentHandler.java
@@ -74,11 +74,6 @@ public class IntentHandler {
public static final String EXTRA_WEB_CONTENTS = "com.android.chrome.web_contents";
/**
- * Indicates whether a WebContents passed via the Intent has been paused.
- */
- public static final String EXTRA_WEB_CONTENTS_PAUSED = "com.android.chrome.web_contents_paused";
-
- /**
* The tab id of the parent tab, if any.
*/
public static final String EXTRA_PARENT_TAB_ID = "com.android.chrome.parent_tab_id";
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/document/DocumentActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698