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

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

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/browser/ui/panels/panel_constants.h ('k') | chrome/browser/ui/search/instant_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/instant_page.h
diff --git a/chrome/browser/ui/search/instant_page.h b/chrome/browser/ui/search/instant_page.h
index e3cc6bbc729e5ad8ee65e6aafa655e500ed02e60..1ff7bc394f5ee6d21633e816daf5dd804be6203e 100644
--- a/chrome/browser/ui/search/instant_page.h
+++ b/chrome/browser/ui/search/instant_page.h
@@ -71,8 +71,9 @@ class InstantPage : public content::WebContentsObserver,
virtual bool IsLocal() const;
protected:
- InstantPage(Delegate* delegate, const std::string& instant_url,
- Profile* profile, bool is_incognito);
+ InstantPage(Delegate* delegate,
+ const std::string& instant_url,
+ Profile* profile);
// Sets |web_contents| as the page to communicate with. |web_contents| may be
// NULL, which effectively stops all communication.
@@ -119,7 +120,6 @@ class InstantPage : public content::WebContentsObserver,
Delegate* const delegate_;
const std::string instant_url_;
- const bool is_incognito_;
DISALLOW_COPY_AND_ASSIGN(InstantPage);
};
« no previous file with comments | « chrome/browser/ui/panels/panel_constants.h ('k') | chrome/browser/ui/search/instant_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698