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

Unified Diff: chrome/browser/ui/browser.h

Issue 5999009: View Source now clones tab state for pinned/app windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 00f558c41d05d56f4c28036bb8921d41d9d5db9c..cdbd7fa0f97b62b50bc53d32a25243ae4bdc62ef 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -996,12 +996,6 @@ class Browser : public TabHandlerDelegate,
// Opens view-source tab for given tab contents.
void ViewSource(TabContentsWrapper* tab);
- // Inserts contents dupe next to the original contents. This method is used
- // to insert duplicate tab and view source tab next to the original tab.
- void InsertContentsDupe(
- TabContentsWrapper* original_content,
- TabContentsWrapper* clone_content);
-
// Data members /////////////////////////////////////////////////////////////
NotificationRegistrar registrar_;
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698